	
	
/**************  mob menu ********************/
#mob_bgnd{
	background-image:url(https://9cb6d4.claudeassets.com/20260114185139im_/https://fullstopbowl.com/images/mob_menu_bgnd.png);
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	z-index:99999;
	display:none;
}
.mob_menu_open{
	font-family:Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:13px;
	border:1px solid #999;
	border-radius:5px;
	padding:3px 3px 3px 5px;
	cursor:pointer;
	float:right;
	display:none;
	line-height:19px;
	background-color:#fff;
	margin:2px 0px 2px 2px;
	
	position:absolute;
	right:20px;
	top:100px;
}
.mob_menu_open img{
vertical-align:middle;
padding:0px 0px 1px 15px;
}

.mob_menu_close{
	cursor:pointer;
	line-height:20px;
	background-color:#CCCCCC;
	text-align:right;
	padding:5px;
		border-radius:5px 5px 0px 0px;
}
.mob_menu_close img{
vertical-align:middle;
}

.mob_menu{
	font-family:Arial, Helvetica, sans-serif;
	border-radius:5px;
	border:1px solid #999;
position:absolute;
top:20px;
  left: 50%;
-ms-transform: translate(-50%, 0%);
-webkit-transform: translate(-50%, 0%);
transform: translate(-50%, 0%);
z-index:999999;
	display:none;
	min-width:250px;
	background-color:#FFFFFF;
}

.mob_menu .vert_link_container{ /* contains link and any sub links ***/
border-bottom:1px solid #999;
margin:0px;
position:relative;
z-index:1000;
}

.mob_menu .side_first{/* first container */
}
.mob_menu .side_last{/* last container */
border:none;
}


.mob_menu a{
display:block;
clear:both;
width:100%;
text-align:left;
padding:9px 50px 9px 20px;
font-size:16px;
color: #000000;
font-family: 'Open Sans', sans-serif;
text-decoration:none;
box-sizing:border-box;
-moz-box-sizing:border-box; /* Firefox */
}

.mob_menu a:hover{
background-color:#999999;
color:#ffffff;
text-decoration:none;
}


/* side sub links */
.mob_menu .vert_menu_sub a{
background-image:none;
padding:5px 30px 5px 40px;
}
.mob_menu .vert_menu_sub a:hover{
background-color:#999999;
color:#ffffff;
}



/* Selected Side Links */
/* selected vertical link container (backgrounds etc...) */
.mob_menu #page_selected_vert{
}

/* highlites side top page selected */
.mob_menu #page_selected_vert .side_top_page_selected{
background-color:#999999;
color:#ffffff;
}

/* highlites side sub page selected */
.mob_menu #page_selected_vert .side_sub_page_selected{
background-color:#999999;
color:#ffffff;
}

/* highlites side parent page of sub page selected */
.mob_menu #page_selected_vert .side_parent_page_selected{
	color:#000000;
}

.mob_menu .menu_expand_vert{
	display:inline-block;
	position:absolute;
	top:10px;
	right:10px;
	padding-left:30px;
	cursor:pointer;
	z-index:5000;
}

/**** end mob menu ***********/









	
#mob_cats{
	display:none;
}
#mob_cats select {
	max-width:290px;
}
	
#mob_spec{
	display:none;
}
	
#mob_pagination{
	display:none;
	text-align:left;
	float:left;
}
#mob_pagination select {
    }
#blog_mob_menu{
	display:none;
padding:7px;
}
#blog_mob_menu select{
	max-width:250px;
}

/* end mobile menus */

/* mob video
.mob_vid{
	display:none;
}
.mob_vid a{
	display:inline-block;
	padding:2px 10px 2px 10px;
	background-color:#999999;
	border-radius:4px;
	-moz-border-radius:4px;
	color:#FFFFFF;
	cursor:pointer;
	text-decoration:none;
}

 end mob video */



/********* big_pic and slideshow height calculated in scripts.js (need to work out ratio...) *******/





@media screen and (max-width: 1600px) {
	/**** big images - auto resized in scripts.js */
.slideshow_text_container{
width:100%;
height:auto;
}
.fading_imgs{
	width:100%;
	height:auto;
}

.big_pic_text_container{
width:100%;
height:auto;
}
.big_pic{
width:100%;
height:auto;
}



/******viewport and container**************/
@-viewport {width:100%;}
@-ms-viewport {width:device-width;}
.container{
width:99%;
overflow:hidden;
padding:0px 5px 0px 5px;
}
#container{
width:99%;
overflow:hidden;
padding:0px 5px 0px 5px;
}
/******end viewport and container**************/


img{
	max-width:100% !important;
	height:auto !important;
}

/* disable zoom */
.magnifyarea{ 
	display:none !important;
}
.cursorshade{
	display:none !important;
}
.zoomstatus{
	display:none !important;
}
.zoomtracker{
	display:none !important;
}
/* end disable zoom */


#shop_bottom{
	padding:50px 43% 50px 7%;
}

}






@media screen and (max-width: 1300px) {
.slideshow_buy_now{
top:30%;
}

.mob_menu_open{
	display:block;
}
.navigation{
	display:none;
}
#topmenu1{
	display:none;
}

.slideshow_text{
top:0px;
}


.footer_col{
	width:40%;
}




#shop_bottom_image {
    right: 4%;
    width: 300px;
    height: 272px;
    background-size: 300px 272px;
}
#shop_bottom_container{
	min-height:272px;
}
#shop_item_right{
width:50%;
}


}










/* ipad landscape (1024px) or /* site width */

@media screen and (max-width: 1030px) {
	


table{
	max-width:100% !important;
}
	
	
	
/* shop _details */


.item_details_extra{
	margin:0px;
	padding:10px;
	width:25%;
}
.item_details_extra_img img{
	width:100%;
}






#basket_rollover{
	display:none !important;
}

/* disable zoom */
.magnifyarea{ 
	display:none !important;
}
.cursorshade{
	display:none !important;
}
.zoomstatus{
	display:none !important;
}
.zoomtracker{
	display:none !important;
}
/* end disable zoom */

.show_order{
	margin:auto;
	float:none;
}

.checkout_details{
	float:none;
}
/****end shop******/




/****** gallery *******/

#gallery_buttons{display:none;}

.thumbnail img{
max-width:80px !important;
}
/****** end gallery *******/




/************ light box *************/
.lightbox_gallery_list{
	width:200px;
	height:270px;
	float:left;
	margin:10px 15px 10px 15px !important;
}

.lightbox_image_list{
	width:33%;
	padding:10px;
	float:left;
	margin:0px !important;
	text-align:center;
}
#screen_pop{
	position:absolute;
	top:0px;
padding-bottom:60px;

}

#img_pop{
margin:auto;
padding:0px;
position:relative;
}
#img_pop_container{
	padding:5px;
}

#img_pop_text{
	padding:20px 0px 0px 0px;
}


/************ end light box *************/






#home_cols{
	display:block;
	background-color:#6E6259;
}
.home_col{
	display:block;
}
#homecol1{
	width:42%;
	float:left;
	background-image:none;
}

#homecol2{
	width:58%;
	float:left;
	padding:0px 0px 0px 10px;
}
#homecol3{
	clear:both;
	width:100%;
}

#homecol3_left{
	width:30%;
}
#homecol3_right{
	width:50%;
}

.homecol_spacer{
	display:none;
}



.row{
	display:inline;
}
.half{
	display:block;
	float:left;
	width:100%;
}
.half_text{
	min-height:0px;
}
.half_text_square{
	min-height:0px;
}

.half_image{
	float:left;
	width:50%;
	background-size:100% 100%;
}
.half_image img{
	display:block !important;
}
#aboutus_3{
	display:none;
}



#tips_1{
	width: 100%;
    background-size: 500px auto;
}
#tips_1 img{
	max-width:500px !important;
}

#contact_1{
	width: 100%;
    background-size: 500px auto;
}
#contact_1 img{
	max-width:500px !important;
}

}










/* big phone (htc) landscape */

@media screen and (max-width: 900px){


/****** gallery *******/

.thumbnail img{
max-width:70px !important;
}
/****** end gallery *******/


.c2{
float:right;
clear:right;
padding:60px 0px 0px 0px; 
}
.c3{
	float:right;
	clear:right;
	padding:0px 0px 10px 0px; 
}
.mob_menu_open{
top:10px;
right:10px;
}
.slideshow_buy_now{
top:auto;
bottom:0px;
}




#homecol3_left{
	width:40%;
}
#homecol3_right{
	width:60%;
}




#shop_strap{
display:none;
}
#shop_bottom {
    padding: 25px 20% 25px 30px;
}
#shop_bottom_image {
    right: 10px;
}
.more_photos_thumbs_space {
    margin: 0px 0px 0px 2px;
}



.pagination{
	display:none;
}
#mob_pagination{
	display:inline-block;
}
#blog_right{
	display:none;
}
#blog_left{
	width:100%;
}
#blog_mob_menu{
	display:block;
}
#blog_mob_menu p{
	font-family: TrixieOT-Heavy;
	font-size:30px;
	line-height:40px;
}


}













/* ipad portrait */
@media screen and (max-width: 768px){

/******gallery*********/
#thumbnails{
width:100%;
clear:both;
float:none;
}
#medium_image_container{
width:100% !important;
float:none;
}
#medium_image_title{
	padding:5px 0px 10px 0px;
	text-align:center;
	width:100%;
}

/******end gallery*********/



/****shop***********/


#mob_cats{
	display:block;
}
#top_categories_side{
	display:none;
}
.shop_pages{
	width:100%;
}
.order_cell_1{
	XXwhite-space:normal;
}
/* refined search */
#refined_search_container{
	width:100%;
}
.refine_property{
	float:left;
}
/* end refined search */


/****end shop***********/


.slideshow_text{
display:none;
}


.slideshow_buy_now{
display:none;
}


#addthis{
	position:static;
	display:block;
	top:auto;
	right:auto;
	float:left;
	clear:both;
	padding-top:10px;
}
.footer_col{
	width:50%;
}
#footer{
padding:20px 0px 30px 0px;
}



/********* shop **********/
#shop_item_left{
width:100%;
padding-right:0px;
text-align:left;
}
#shop_item_details_image{
	max-width:500px;
	margin:0px;
	float:left;
}

#shop_item_right{
width:100%;
padding-left:0px;
}

#shop_strap{
	display:block;
}
/********* end shop **********/


#blog_n_heading{
padding-top:50px;
}

}




@media screen and (max-width: 700px){

/******gallery*********/
#thumbnails{
width:30%;
}
#medium_image_container{
width:70% !important;
}

/******end gallery*********/


/******50% divs - contact page *********/
#half_left{
	width:100%;
	padding-right:0px;
	padding-left:0px;
}
#half_right{
	width:100%;
	padding-right:0px;
	padding-left:0px;
}
/******END 50% divs - contact page *********/


.c3{
	float:left;
	clear:both;
	padding:0px 0px 10px 0px; 
}
.c1 {
    padding: 30px 0px 0px 0px;
}



#homecol1{
	width:100%;
}

#homecol2{
	width:100%;
	text-align:center;
	padding:0px;
}
#homecol2 iframe{
	max-width:560px !important;
	display:inline-block;
}



}





@media screen and (max-width: 640px){



/****shop*******/

#shop_top_cat_left{
width:50%;
}

/****end shop*******/

/*********blog ************/
#blog_left{
	width:100%;
	float:none;
	padding-right:0px;
}
#blog_right{
	width:100%;
	float:left;
}
/*
#blog_mob_container{
	display:block;
}
*/

/************* end blog **********/



/********* lightbox ************/
.lightbox_image_list{
	padding:0px 10px 20px 10px;
	margin:0px !important;
}
/********* end lightbox ************/



#about_2{
	display:none;
}
#aboutus_2{
	display:none;
}

.half_image{
	width:100%;
}
.half_text{
	padding:20px;
}
.half_text_square{
	padding:20px;
}




.dark_heading{
	padding:45px 160px 45px 10px;
	height:190px;
	width:100%;
	background-position:97% 50%;
	background-size:100px auto;
}

}






@media screen and (max-width: 600px){




.c2{
	float:left;
	clear:both;
	padding:0px 0px 10px 0px; 
}


#shop_bottom {
    padding: 15px;
}

}








/* general smart phone landscape  */
@media screen and (max-width: 550px){

/******forum*********/

.f_arrow{
	display:none;
}
.forum_posted_by{
	padding-left:15px;
}
.forum_post{
	padding-left:15px;
}
#forum_category_heading{
padding:15px 10px 10px 0px;
}
.forum_small{
	display:none;
}

/******end forum*********/




/************ gallery ******/
.thumbnail img{
max-width:50px !important;
}
/*********** end gallery *************/






/**********shop**********/
.shop_item_list{
float:none;
display:inline-block;
width:45%;
padding:20px;
vertical-align:top;
}

.shop_item_spacer{
	display:none;
}

.shop_items_spacer_end_row{
	display:none;
}



#shop_top_cat_left{
width:50%;
}
#shop_top_cat_right{
width:40%;
}
#shop_top_cat_right img{
width:100%;
}
.show_order #postage{
	max-width:150px;
}
.show_order .change_postage{
	display:none;
}

/*********end shop***********/

#blog_mob_container{
	display:none;
}






.c1{
	padding-top:50px;
}



.dark_heading{
	padding:30px 10px 30px 10px;
	height:auto;
	background-image:none;
	text-align:center;
}
#blog_n_heading{
	padding:30px 10px 30px 10px;
}

#tips_1{
    background-size: 100% 100%;
}
#tips_1 img{
	max-width:100% !important;
}


}












/* general smart phone landscape  */
@media screen and (max-width: 480px){

/***********gallery**********/
/***********end gallery**********/


.footer_col{
	width:100%;
	padding:0px 0px 10px 0px;
}


.home_col{
	padding:10px;
}


#shop_strap{
display:none;
}

}





@media screen and (max-width: 470px){

/******** user items ********/
.user_item_details_list{
	width:auto !important;
	padding:0px;
}
.user_item_img{
	display:none;
}

/******** end user items ********/



/******** shop ********/
.item_details_extra{
	width:50%;
}

.item_spec_tab{
	display:none;
}
#mob_spec{
	display:block;
}
/******** end shop ********/



/**** video 
.show_vid{
	display:none;
}
.mob_vid{
	display:block !important;
}
end video ***/


/************* lightbox images ********/
.lightbox_image_list{
	width:50%;
}
.list_spacer{
	display:none;
}
.list_spacer_mobile{
	display:block;
}
/************* end lightbox images ********/



.check_box_group_float_item{
	width:100% !important;
}




.latest_blog_img{
	width:100%;
}


.latest_blog_details{
	width:100%;
	padding:10px 0px 0px 0px;

}

}







/* phone portrait */
@media screen and (max-width:320px) {

/********** shop *********/
.show_order{
	width:99%;
}
#checkout_customer_details #customer_address{
	width:99%;
}

#checkout_customer_details #delivery_address{
	width:99%;
}

#checkout_customer_details #checkout_options{
	width:99%;
}

/**********end shop *********/



}

/*
     FILE ARCHIVED ON 13:08:20 Jan 13, 2026 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 06:06:09 Jun 03, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.71
  exclusion.robots: 0.108
  exclusion.robots.policy: 0.097
  esindex: 0.011
  cdx.remote: 14.94
  LoadShardBlock: 45.139 (3)
  PetaboxLoader3.datanode: 50.434 (4)
  load_resource: 79.976
  PetaboxLoader3.resolve: 34.79
*/