html{
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}

body{
    background: #021742 url(../images/skyline.jpg) repeat-x center top fixed;
}    

h1,h2{
	font-family: "salsbury",sans-serif;
	
}

h1.product_page_header{
	color: #ffffff;
	text-align: center;
margin: -10px 0 -10px;
}

.modal-title{
	display: block;
}

#search{position: relative; top: 4px; float: right; right: 4px;cursor:pointer;z-index:9999;}

#searchmodal .modal-dialog {
    height: 800px;
    margin: 30px auto;
    width: 800px;
}

h2.product_page_header{
	color: #ffffff;
	text-align: center;
margin: 0px 0 0px;
}


/*
    #background-image{
     background-image: url("../images/JumpGuy-BACKGROUND-FINAL2.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 700px;
    width: auto;  
    background-attachment: fixed;  
        background-size: 750px 700px;
    }
*/

   #background-image{
     background-image: url("../images/jump-logo-compressor.png");
    background-position: center top;
    background-repeat: no-repeat;
    height: 1062px;
    width: auto;  
     max-width: 1000px;
       width: auto;
       margin: 0 auto;
    }
    
img.print-logo{
	display:none;
}

img.mobile-logo{
	display:none;
        max-width: 90%;
        margin: 20px 5%;
}

#logo{
/*background-attachment: fixed;
    background-image: url("images/JumpGuy-HEADER-FINAL.png");
    background-position: 58% 4%;
    background-repeat: no-repeat;
    background-size: 39% auto;
    display: block;
    height: 100%;
    margin: 0 auto;*/
	height: 100%;
	width: 100%;
	margin: 0 auto;
}

#logo-link{
	width: 543px;
	height: 262px;
	margin: 0 auto;
	
}

#wrapper{
	display: block;
	margin: 0 auto;
	width: 625px;
}

#left-side-nav{
    position: relative;
    float: left;
    width: 200px;
    z-index: 1;

	}

#left-nav-item{
	background-image: url('../images/LEFTSIDE-NAV-BUTTON.png');
	background-size: 119px 68px;
	background-repeat:no-repeat;
	background-position: center center;
	width: 119px;
	height: 58px;
	color: #fff;
	text-align: center;
}

#left-nav-item a{
     color: #99CCFF;
    display: table-cell;
    font-family: "salsbury",sans-serif;
    font-size: 12px;
    height: 51px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 119px;
}

/*************** SIDE NAV ****************/

.jumps{
	position:relative;
	right:-100px;
    top: 25px;
}

.combos{
	position:relative;
	right:-90px;
    top: 25px;
}

.slides{
	position:relative;
	right:-80px;
    top: 25px;
}

.water_fun{
	position:relative;
	right:-70px;
    top: 25px;
}

.obstacle_courses{
	position:relative;
	right:-60px;
    top: 25px;
}

.interactive_fun{
	position:relative;
	right:-50px;
    top: 25px;
}

.fun_games{
	position:relative;
	right:-40px;
    top: 25px;
}

.ttc{
	position:relative;
	right:-30px;
    top: 25px;
}

.concessions{
	position:relative;
	right:-20px;
    top: 25px;
}
    
    #view-cart{
        width: 178px;
    }
    
    #view-cart img{
     position: relative;
    right: -19px;
    top: 17px;

    }
    
    #credit-card-icons img{
      position: relative;
    right: 0;
    top: 7px;

    }



#content{
    float: right;
	width: 425px;
	margin-top: -20px;

}

#main-nav{
    position: relative;
    text-align: center;
    top: -15px;
    width: 327px;
    font-family: "salsbury",sans-serif;
	z-index: 3;
}

#main-nav ul li{
    display: inline;
    font-size: 17px;
    padding: 0 8px;
}

#main-nav ul li a{
	color:#fff;
	text-transform:uppercase;
	text-decoration: none;
}

#goback{
	position: relative;
	top: 39px;
	z-index: 3;
}
    

/*-----------------CATEGORY STYLES------------------*/
    #content-body{
    display: block;
    height: 470px;
    overflow-y: scroll;
    position: relative;
    top: 12px;
    width: 445px;
	left: 10px;
    z-index: 3;
    }

  #content-body .category{
    background-image: url("../images/paper.png");
    background-repeat: no-repeat;
    background-size: 141px auto;
    float: left;
    height: 126px;
    margin: -1px 0 34px;
    text-align: center;
    width: 141px;
	  line-height: 14px;
  }
    

    
    #content-body .category a{
        text-decoration: none;
    }


    #content-body .category img.category-image{
        margin-bottom: 3px;
    margin-top: 8px;
    width: 113px;
		height: 79px;
    }

    #content-body .category span.category_name{
        text-transform: uppercase;
        color:darkblue;
        text-decoration: none;
        font-size:15px;
        clear:both;
        font-family: "salsbury",sans-serif;
    }

/****************** PRODUCT STYLES******************/

  #content-body .product{
    background-image: url("../images/paper.png");
    background-repeat: no-repeat;
    background-size: 141px auto;
    float: left;
    height: 126px;
    margin: -1px 0 34px;
    text-align: center;
    width: 141px;
	  line-height: 14px;
  }

#content-body-white{
	    display: block;
    height: 470px;
    overflow-y: scroll;
    position: relative;
    top: 12px;
	left: 20px;
    width: 400px;
    z-index: 3;
	background-color: white;
	padding: 10px;
	box-shadow: 10px 10px 5px #000000;
}

    
#content-body .product img.product-image {
    height: 80px;
    margin-bottom: 0;
    margin-top: 12px;
    width: 113px;
}
    


    #content-body .product span.product_name{
        text-transform: uppercase;
        color:darkblue;
        text-decoration: none;
        font-size:13px;
        clear:both;
        font-family: "salsbury",sans-serif;
		padding: 0 4px;
		display: block;
    }

    #content-body .product a{
        text-decoration: none;
    }

/****************END PRODUCT STYLE***************/


/************PARTY PACKAGES************/



/************* Main party package page **************/
#content-body .party_package{
    background-image: url("../images/paper.png");
    background-repeat: no-repeat;
    background-size: 141px auto;
    float: left;
    height: 126px;
    margin: -1px 0 14px;
    text-align: center;
    width: 141px;
	  line-height: 25px;
	  position: relative;
	padding-top: 37px
  }


 #content-body .party_package span.package_name{
        text-transform: uppercase;
        color:darkblue;
        text-decoration: none;
        font-size:18px;
        clear:both;
        font-family: "salsbury",sans-serif;
		padding: 0 4px;
	  	line-height: 16px;
	  padding: 80px 0 0 0;
		
    }


/******************* Individual Party Package Pages *******************/


/*************** Thumbnail layout ******************/

 #content-body .party-package{
    background-image: url("../images/paper.png");
    background-repeat: no-repeat;
    background-size: 222px auto;
    float: left;
    height: 203px;
    margin: -1px 0 14px;
    text-align: center;
    width: 222px;
	  line-height: 14px;
	  padding:22px 20px 0;
	  position: relative;
  }

  #content-body .party-package span.package_name{
        text-transform: uppercase;
        color:darkblue;
        text-decoration: none;
        font-size:18px;
        clear:both;
        font-family: "salsbury",sans-serif;
		padding: 0 4px;
	  	line-height: 16px;
	  padding: 80px 0 0 0;
		
    }

#content-body .party-package .party-content{
	height: 122px;
	overflow: hidden;
	overflow-y: scroll;
}

#content-body .party-package ul{
	text-align: left;
	margin-top: 10px;
	font-size:13px;
}

    #content-body .product a, #content-body .party-package a{
        text-decoration: none;
		color: #333;
    }



#content-body .party-package span.note{
   bottom: 25px;
    font-size: 10px;
    position: absolute;
    right: 26px;
}

#content-body .party-package span.price{
	bottom: 25px;
	font-size: 16px;
	left: 26px;
	position: absolute;
	font-weight: bold;
}

/******************* end Thumbnail layout ***************/


/**************** Full width layout *********************/

#party-package{
	border-bottom: 1px solid #cacaca;
	padding-top: 0px;
}

#party-package .row {
    margin-left: 0;
    margin-right: 0;
}

#party-package .row h3{
	font-family: "salsbury",sans-serif;
	color: #283377;
}

#party-package .row a h3{
	font-family: "salsbury",sans-serif;
	color: #283377;
}

#party-package .row ul{
	margin-top: -20px;
}

  #content-body .package span.package_name{
        text-transform: uppercase;
        color:darkblue;
        text-decoration: none;
        font-size:18px;
        clear:both;
        font-family: "salsbury",sans-serif;
		padding: 0 4px;
	  	line-height: 16px;
	  padding: 90px 0 0 0;
		
    }



/******************* END PARTY PACKAGES*************/

    
      #facebook{
      height: auto;
    left: 125px;
    position: absolute;
    top: -17px;
    z-index: 5;

    }
    
    #facebook img{
   height: 25px;
    position: relative;
    width: 81px;

    }

#email_us_badge {
    left: 122px;
    position: relative;
    top: 31px;
}

#email_us_text{
	display: none;
}
	
    
#reservation_badge {
	right: -791px;
    position: relative;
    top: -32px;
    width: 177px;
}

	#reservation_text{
		display: none;
	}


    
    #reservation_badge img{
/*        width: 40%;*/
    }

#call_us_now{
	display: none;
}
    
    .bottom-text{
     top: -80px;
    position: relative;
    text-align: center;
    }
    
    #footer{
        text-align: center;
        width: 100%;
        top: 15px;
        position: relative;
        font-family: "salsbury",sans-serif;
        text-transform: uppercase;
    }

#footer .bottom_nav ul span.space{
    color: #ffffff;
}
    
    #footer .bottom_nav ul{
        display: inline-block;
        width: 500px;
        font-size: 12px;
    }
    
    #footer .bottom_nav ul li{
        display: inline;
        padding: 0 10px;
    }
    
    #footer .bottom_nav ul li a{
        color: #fff;
        text-decoration: none;
    }


    
    #footer .copyright{
     color: #FFFFFF;
    font-size: 9px;
    text-align: center;
    width: 570px;
         margin: 0 auto;
    }

button.print {
  border: 0px;
  background-color: transparent;
}

img#print-button{
	width: 130px;
}

nav select {
  display: none;
}

  span#view-full{ display: none; }
    span#view-responsive{ display: inline; }



/*---------------------MODAL---------------------------*/

.inner-content-body-modal {
    margin-bottom: 20px;
    padding: 0 20px;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
	background-color: #FFF;
}


/***************GOOGLE CSE SEARCH**************/

.search-code {
    position: absolute;
    top: 50px;
    width: 250px;
}

.gsc-control-cse {
    background-color: transparent !important;
    border-color: transparent !important;
    font-family: Arial,sans-serif;
}

td.gsc-search-button {
    display: none;
}

.gsib_a {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 0 !important;
}



@media print {
	html, body, .background-image, .jump_jack_bg, .wrapper, .content, .content-body-white, #myCarousel{float: none;}
	
	
    body.modalprinter * {
        visibility: hidden;
    }

    body.modalprinter .modal-dialog.focused {
        position:absolute;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
		
    }
	
	img#print-button{
	display: none;
	}
	
	body.modalprinter .modal-dialog.focused img.print-logo{
	top: 0px;
	position: absolute;
	right: 20px;
	display:block;
	 width:203px; 
	height:auto;
	opacity: .5;
}


    body.modalprinter .modal-dialog.focused .modal-content {
        border-width: 0;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-header .modal-title,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body * {
        visibility: visible;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-header,
    body.modalprinter .modal-dialog.focused .modal-content .modal-body {
        padding: 0;
    }

    body.modalprinter .modal-dialog.focused .modal-content .modal-title h1 {
		display: block;
		position: relative;
		 top:10px;
		z-index: 9999;
		visibility: visible;
    }
	
	body.modalprinter .modal-dialog.focused .modal-content .modal-body #myCarouselmodal { margin-top: 10px;width:100%;max-height: 400px;}

body.modalprinter .modal-dialog.focused .modal-content .modal-body #myCarouselmodal .carousel .item {max-height: 400px; height: 400px;position: relative;}
/*.carousel .item { page-break-after:always;}*/

	
body.modalprinter .modal-dialog.focused .modal-content .modal-body #myCarouselmodal .carousel-inner > .item > img {
    height: 400px;
    left: 0;
    margin: 0 auto;
/*    min-width: 100%;*/
    position: relative;
    text-align: center;
    top: 0;
	width: auto;
	
}
	
	body.modalprinter .modal-dialog.focused .modal-content .modal-body .inner-content-body-modal { 
/*		page-break-before:always; font-size: 10px;*/
	}

	html.wf-salsbury-n4-active.wf-active body.modal-open.modalprinter div#background-image div#jump_jack_bg div#wrapper div#printThis div#myModal.modal.fade.modal-fullscreen.force-fullscreen.printable.in div.modal-dialog.focused div.modal-content div.modal-body div.inner-content-body-modal{}
	
	
}

.socicons{
  width:4%;	
}

.textcontent{
  background: #F3B521;
  padding:10px;
}
