/* Bubba Gump CSS code - */

/* Viewports for mobile devices */

@-webkit-viewport{width:device-width;}
@-moz-viewport{width:device-width;}
@-ms-viewport{width:device-width;}
@-o-viewport{width:device-width;}
@viewport{width:device-width;}

/* End */

/* Define fonts - */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('/fonts/Chunkfive-webfont.eot');
    src: url('/fonts/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Chunkfive-webfont.woff') format('woff'),
         url('/fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('/fonts/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansRegular';
    src: url('/fonts/PTS55F-webfont.eot');
    src: url('/fonts/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTS55F-webfont.woff') format('woff'),
         url('/fonts/PTS55F-webfont.ttf') format('truetype'),
         url('/fonts/PTS55F-webfont.svg#PTSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansItalic';
    src: url('/fonts/PTS56F-webfont.eot');
    src: url('/fonts/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTS56F-webfont.woff') format('woff'),
         url('/fonts/PTS56F-webfont.ttf') format('truetype'),
         url('/fonts/PTS56F-webfont.svg#PTSansItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBold';
    src: url('/fonts/PTS75F-webfont.eot');
    src: url('/fonts/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTS75F-webfont.woff') format('woff'),
         url('/fonts/PTS75F-webfont.ttf') format('truetype'),
         url('/fonts/PTS75F-webfont.svg#PTSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansBoldItalic';
    src: url('/fonts/PTS76F-webfont.eot');
    src: url('/fonts/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTS76F-webfont.woff') format('woff'),
         url('/fonts/PTS76F-webfont.ttf') format('truetype'),
         url('/fonts/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionRegular';
    src: url('/fonts/PTC55F-webfont.eot');
    src: url('/fonts/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTC55F-webfont.woff') format('woff'),
         url('/fonts/PTC55F-webfont.ttf') format('truetype'),
         url('/fonts/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansCaptionBold';
    src: url('/fonts/PTC75F-webfont.eot');
    src: url('/fonts/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTC75F-webfont.woff') format('woff'),
         url('/fonts/PTC75F-webfont.ttf') format('truetype'),
         url('/fonts/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowRegular';
    src: url('/fonts/PTN57F-webfont.eot');
    src: url('/fonts/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTN57F-webfont.woff') format('woff'),
         url('/fonts/PTN57F-webfont.ttf') format('truetype'),
         url('/fonts/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('/fonts/PTN77F-webfont.eot');
    src: url('/fonts/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/PTN77F-webfont.woff') format('woff'),
         url('/fonts/PTN77F-webfont.ttf') format('truetype'),
         url('/fonts/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Lobster13Regular';
    src: url('/fonts/Lobster_1.3-webfont.eot');
    src: url('/fonts/Lobster_1.3-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/Lobster_1.3-webfont.woff') format('woff'),
         url('/fonts/Lobster_1.3-webfont.ttf') format('truetype'),
         url('/fonts/Lobster_1.3-webfont.svg#Lobster13Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* General CSS code - */

body {
	background-color: none;
	overflow-x: hidden;
}

.clearboth {
	clear: both;
}

.ul_nolisttype {
	list-style: none;
}

.double_spaced_li li {
	line-height: 2em;
}

figure {
	/*display: inline-block;*/
}

.float_left {
	position: relative;
	float: left;
}

.float_right {
	position: relative;
	float: right;
}

.invisible {
	visibility: hidden;
	display: none;
}

.visible {
	visibility: visible;
	display: block;
}

.margin-auto {
	position: relative;
	margin: auto;
}

.align-center {
	text-align: center;
}

.align-left {
	text-align: left;
}

.align-right {
	text-align: right;
}

.align-justify {
	text-align: justify;
}

.relative_2pct {
	position: relative;
	width: 2%;
}

.relative_10pct {
	position: relative;
	width: 10%;
}

.relative_49pct {
	positon: relative;
	width: 49%;
}

.relative_60pct {
	position: relative;
	width: 60%;
}

.100pct {
	position: relative;
	width: 100%;
}

.hidden {
	visibility: hidden;
}

.full_screen {
	display: inline-block;
}

.mid_screen {
	display: none;
}

.pcase {
	text-transform: uppercase;
}

.nocase {
	text-transform: none;
}

.blue_select {
	width: 270px;
	height: 34px;
	overflow: hidden;
	background: url(/img/menu_dropdown.gif) no-repeat right #fff;
	background-size: 34px 34px;
	border: 0;
	margin: auto;
}

.blue_select select {
	background: transparent;
	width: 298px;
	padding: 5px;
	font-size: 16px;
	line-height: 24px;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	color: #000033;
	font-style: italic;
}

.red_image_border {
	border: 6px solid #fe000b;
	-moz-box-shadow: 2px 2px 15px #000;
	-webkit-box-shadow: 2px 2px 15px #000;
	box-shadow: 2px 2px 15px #000;
}

.red_image_border_scallop {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/img/homepage_scallop.png);
	background-repeat: no-repeat;
	background-size: 400px 276px;
}

.red_image_border_scallop img {
	margin-left: -5px;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.red_image_border_scallop_smaller {
	width: auto;
	padding-left: 20px;
	padding-right: 20px;
	background-image: url(/img/homepage_scallop.png);
	background-repeat: no-repeat;
	background-size: 382px 262px;
}

.red_image_border_scallop_smaller img {
	margin-left: -5px;
	margin-right: 0;
	margin-top: 15px;
	margin-bottom: 15px;
}

.black_bg_opacity {
	background-color: #000;
	opacity: 0.5;
}

.hand_pointer {
	cursor: pointer;
}

.breaker_breaker {
	display: none;
}

.white_header {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	font: 24px/31px 'ChunkFiveRegular', Arial, sans-serif;
}

.white_header_large {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
}

.black_text_outline {
	text-shadow: 0px 0px 15px #000;
}

.underline {
	text-decoration: underline;
}

h1 {
	font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
}

h2 {
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
}

p {
	font: 14px/16px 'PTSansRegular', Times New Roman, serif;
	display: block;
	margin-bottom: 2em;
}

.nopadding {
	padding: 0;
}

.double_red_border {
	border: 5px double #fe000b;
	padding: 15px;
	height: auto;
}

.white_text_mini {
	color: #fff;
	font: 12px/18px 'PTSansCaptionRegular', Arial, sans-serif;
}

.blue_text_mini {
	color: #66ccff;
	font: 12px/18px 'PTSansCaptionRegular', Arial, sans-serif;
}

.white_text {
	color: #fff;
	font: 14px/16px 'PTSansCaptionRegular', Arial, sans-serif;
}

.white_text_medium {
	color: #fff;
	font: 20px/24px 'PTSansCaptionRegular', Arial, sans-serif;
}

.white_text_large {
	color: #fff;
	font: 36px/40px 'PTSansCaptionRegular', Arial, sans-serif;
}

.white_text_large_strong_chunk {
	color: #fff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
}

.white_link {
	color: #fff;
	font: 14px/16px 'PTSansCaptionRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_link_large {
	color: #fff;
	font: 36px/40px 'PTSansCaptionRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link_large:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_link_medium {
	color: #fff;
	font: 20px/24px 'PTSansCaptionRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link_medium:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_link_chunk_medium {
	color: #fff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	text-shadow: 2px 2px 10px #000;
}

.white_link_chunk_medium:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_link_chunk_medium:active {
	color: #fff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	text-shadow: 2px 2px 10px #000;
}

.white_link_strong {
	color: #fff;
	font: 16px/18px 'PTSansCaptionBold', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link_strong:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_link_chunk_mini {
	color: #fff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link_chunk_mini:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.lightblue_link_chunk_mini {
	color: #66ccff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.lightblue_link_chunk_mini:hover {
	text-decoration: none;
	color: #66ccff;
	cursor: pointer;
}

.blue_link_chunk_mini {
	color: #0e238c;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.blue_link_chunk_mini:hover {
	text-decoration: none;
	color: #0e238c;
	cursor: pointer;
}

.lightblue_link_chunk_medium {
	color: #66ccff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.lightblue_link_chunk_medium:hover {
	text-decoration: none;
	color: #66ccff;
	cursor: pointer;
}

.lightblue_link_chunk {
	color: #66ccff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.lightblue_link_chunk:hover {
	text-decoration: none;
	color: #66ccff;
	cursor: pointer;
}

.white_link_chunk {
	color: #fff;
	font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	cursor: pointer;
}

.white_link_chunk:hover {
	text-decoration: none;
	color: #fff;
	cursor: pointer;
}

.white_chunk_text_large {
	color: #fff;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: none;
}

a.white_chunk_text_large:hover {
	color: #fff;
	text-decoration: underline;
}

.white_chunk_text_menu {
	color: #fff;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: none;
}

.white_chunk_text_menu:hover {
	color: #fe000b;
	text-decoration: none;
}

.blue_link_large_strong_chunk_shadowed {
	color: #0e238c;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: underline;
	text-shadow: 2px 2px 20px #666;
	cursor: pointer;
}

.blue_link_large_strong_chunk_shadowed:hover {
	text-decoration: none;
	color: #0e238c;
	cursor: pointer;
}

.blue_chunk_text {
	color: #0e238c;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.blue_chunk_text_large {
	color: #0e238c;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lightblue_chunk_text_medium {
	color: #66ccff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lightblue_chunk_text {
	color: #66ccff;
	font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lightblue_chunk_large {
	color: #66ccff;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lightblue_chunk_large h1 {
	color: #66ccff;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}
.lightblue_chunk_text_larger h2 {
	color: #66ccff;
	font: 35px/37px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.black_chunk_large_noshadow {
	color: #000;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
}

.lightblue_chunk_text_larger {
	color: #66ccff;
	font: 35px/37px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.black_chunk_text_noshadow {
	color: #000;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-decoration: none;
}

a.black_chunk_text_noshadow:hover {
	color: #000;
	text-decoration: underline;
}

.red_chunk_text_double_line_height {
	color: #fe000b;
	font: 22px/40px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	line-height: 36px;
}

.white_chunk_text_double_line_height {
	color: #fff;
	font: 22px/40px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	line-height: 36px;
}

.lightblue_chunk_text_double_line_height {
	color: #66ccff;
	font: 22px/40px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	line-height: 36px;
}

.white_chunk_text {
	color: #fff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.white_chunk_text_medsmall {
	color: #fff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

a.white_chunk_text:hover {
	color: #fff;
	text-decoration: underline;
}

.white_chunk_text_small {
	color: #fff;
	font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.white_chunk_text_medium {
	color: #fff;
	font: 32px/34px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.white_chunk_text_26 {
	color: #fff;
	font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.red_chunk_text {
	color: #fe000b;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.red_chunk_text_medium {
	color: #fe000b;
	font: 32px/34px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.red_chunk_large {
	color: #fe000b;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.white_italic_text {
	color: #fff;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.white_italic_link {
	color: #fff;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

.white_italic_link:hover {
	color: #fff;
	text-decoration: none;
	cursor: pointer;
}

.lightblue_italic_text {
	color: #66ccff;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.lightblue_italic_link {
	color: #66ccff;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

.lightblue_italic_link:hover {
	color: #66ccff;
	text-decoration: none;
	cursor: pointer;
}

.red_italic_text {
	color: #fe000b;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.red_link {
	color: #fe000b;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

.red_link:hover {
	color: #fe000b;
	text-decoration: none;
	cursor: pointer;
}

.red_italic_link {
	color: #fe000b;
	font:  35px/36px 'Lobster13Regular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

.red_italic_link:hover {
	color: #fe000b;
	text-decoration: none;
	cursor: pointer;
}

.mobile {
	display: none;
}

.desktop {

}

.tablet {
	display: none;
}

.red_top_bottom_double_borders {
	border-style:double none double;
	border-color: #880000;
}

.black_border {
	border: 1px solid #000;
}

.100pctopacity {
	opacity: 1;
}

/* End */

/* Top navigation bar, including location search and top nav links */

#nav_top {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	min-width: 636px;
	height: 124px;
	background-image: url(/img/nav_middle_woodpanel.png);
	background-repeat: repeat-x;
	z-index: 99;
}

#nav_top_left {
	position: relative;
	float: left;
	background-image: url(/img/nav_left_woodpanel.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 124px;
}

#nav_top_right {
	position: relative;
	float: right;
	background-image: url(/img/nav_right_woodpanel.png);
	background-repeat: no-repeat;
	width: 318px;
	height: 124px;
}

#nav_top_links {
	position: relative;
	width: 760px; /*previous 710px */
	left: 50%;
	margin-left: -260px;
	top: 82px;
	height: 35px;
	color: #fff;
	display: block;
}

#nav_top_links ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#nav_top_links ul li {
	float: left;
	display: block;
	margin: 0;
	margin-left: 18px;
	padding: 0;
	color: #fff;
}

#nav_top_links ul li a {
	margin: 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
	text-shadow: 2px 2px 3px #000;
	font: 20px/27px 'ChunkFiveRegular', Arial, sans-serif;
}

#nav_top_links ul li a:hover {
	text-decoration: none;
	color: #fe000b;
}

#location_search_container {
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -290px;
	width: 690px;
	height: 43px;
	-moz-box-shadow: 2px 2px 5px #222;
	-webkit-box-shadow: 2px 2px 5px #222;
	box-shadow: 2px 2px 5px #222;
	background-image: url(/img/locator_redbg.png);
	background-repeat: no-repeat;
	z-index: 100;
}

#location_search_inner {
	position: relative;
	float: left;
	width: 360px;
	height: 35px;
	margin-left: 20px;
	top: 5px;
}

#locsearch_container {
	margin: 0;
	padding: 0;
	float: left;
}

#location_search_inner .locsearch {
	margin: 0;
	width: 260px;
	color: #0E238C;
	font: 16px/16px 'PTSansItalic', Times New Roman, serif;
}

.locator {
	z-index: 9999;
}

#desktop_locator_pin {
	position: relative;
	float: left;
	margin-top: 5px;
	padding-right: 10px;
}

#social_media {
	position: absolute;
	margin-left: 40px;
	top: 62px;
	left: 50%;
	margin-left: 128px;
	width: 270px;
	height: 35px;
	float: left;
	z-index: 101;
}

#social_media div {
	position: relative;
	float: left;
}

/* End */

/* Logo */

#bubba_logo {
	position: absolute;
	top: -120px;
	left: 50%;
	margin-left: -500px;
	width: 263px;
	z-index: 999;
	opacity: 1;
}

#logo {
	z-index: 999;
}

#logo:hover {
	opacity: 0.9;
	cursor: pointer;
}

/* End */

/* Main page body */

#page_body {
	position: absolute;
	width: 1000px;
	margin-left: -500px;
	left: 50%;
	margin-top: 124px;
	padding-bottom: 45px;
}

#page_body_panels {
	position: relative;
	/*width: 974px;*/
	width: 1123px;
	/*margin-left: -487px;*/
	margin-left: -561px;
	left: 50%;
	margin-top: -60px;
	/*background-image: url(/img/bg_center_inback.png);*/
	background-image: url(/img/bg_center_inback_1.png);
	background-repeat: repeat-y;
}

#page_body_panels_subpage {
	position: relative;
	/*width: 974px;*/
	width: 1123px;
	/*margin-left: -487px;*/
	margin-left: -561px;
	left: 50%;
	margin-top: -10px;
	/*background-image: url(/img/bg_center_inback.png);*/
	background-image: url(/img/bg_center_inback_1.png);
	background-repeat: repeat-y;
}

#page_body_panels_left {
	position: relative;
	float: left;
	left: -86px;
	margin-top: -120px;
	width: 165px;
	height: 724px;
	/*background-image: url(/img/bg_license_left.png);*/
	background-repeat: no-repeat;
	z-index: 10;
}

#page_body_panels_right {
	position: absolute;
	left: 930px;
	margin-top: -60px;
	width: 158px;
	height: 696px;
	/*background-image: url(/img/bg_license_right.png);*/
	background-repeat: no-repeat;
	z-index: 10;
}

#page_body_panels_select_club {
	position: relative;
	width: 573px;
	height: 184px;
	left: 10px;
	top: -25px;
	float: left;
	background-image: url(/img/landrys_select_club.jpg);
	background-repeat: no-repeat;
}

#page_body_panels_select_club div {
	position: relative;
	width: 300px;
	left: 240px;
	top: 88px;
	text-align: center;
	color: #fff;
	font: 18px/19px 'ChunkFiveRegular', Arial, sans-serif;
}

#page_body_panels_select_club div a {
	color: #fe000b;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

#page_body_panels_select_club div a:hover {
	color: #fe000b;
	text-decoration: none;
	cursor: pointer;
}

#body_panels_shrimpossibles {
	position: relative;
	width: 458px;
	height: 189px;
	left: 8px;
	top: -15px;
	float: left;
	background-image: url(/img/Shrimpossibles-bug.jpg);
	background-repeat: no-repeat;
}

#body_panels_shrimpossibles div {
	position: relative;
	width: 300px;
	left: 240px;
	top: 88px;
	text-align: center;
	color: #fff;
	font: 18px/19px 'ChunkFiveRegular', Arial, sans-serif;
}

#body_panels_shrimpossibles div a {
	color: #fe000b;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

#body_panels_shrimpossibles div a:hover {
	color: #fe000b;
	text-decoration: none;
	cursor: pointer;
}











#page_body_panels_left_subpage {
	position: relative;
	float: left;
	left: -86px;
	margin-top: -30px;
	width: 165px;
	height: 724px;
	/*background-image: url(/img/bg_license_left.png);*/
	background-repeat: repeat-y;
	z-index: 10;
}

#page_body_panels_right_subpage {
	position: absolute;
	left: 930px;
	margin-top: -10px;
	width: 158px;
	height: 696px;
	/*background-image: url(/img/bg_license_right.png);*/
	background-repeat: repeat-y;
	z-index: 10;
}

#page_body_panels_center {
	/*
	position: relative;
	width: 1100px;
	margin-top: -724px;
	float: left;
	left: -60px;
	z-index: 11;
	*/
	position: relative;
	width: 1100px;
	margin-top: -670px;
	float: left;
	left: 12px;
	z-index: 11;
}

#page_body_panels_center_subpage {
	/*
	position: relative;
	width: 1100px;
	margin-top: -694px;
	float: left;
	left: -60px;
	z-index: 11;
	*/
	position: relative;
	width: 1100px;
	margin-top: -694px;
	float: left;
	left: 12px;
	z-index: 11;
}

#subpage_body {
	position: relative;
	width: 900px;
	left: 50%;
	margin-left: -450px;
	min-height: 720px;
	background-image: url(/img/woodpanel_bg.jpg);
	background-repeat: repeat-y;
	padding-bottom: 80px;
}

#subpage_body_inner {
	position: relative;
	width: 860px;
	left: 50%;
	margin-left: -430px;
	top: 50px;
}

#subpage_body_inner_narrow {
	position: relative;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	top: 50px;
}

#subpage_body_inner_764 {
	position: relative;
	width: 764px;
	left: 50%;
	margin-left: -382px;
	top: 50px;
}

#subpage_body_inner_quiz {
	position: relative;
	width: 764px;
	left: 50%;
	margin-left: -382px;
	top: 50px;
}

.subpage_body_inner_narrower {
	position: relative;
	width: 670px;
	left: 50%;
	margin-left: -335px;
}

#page_body_panels_boxes_left {
	position: relative;
	float: left;
	width: 429px;
	z-index: 20;
}

#page_body_panels_boxes_right {
	position: relative;
	float: left;
	left: -5px;
	width: 655px;
	z-index: 20;
}

#page_body_panels_locations {
	position: relative;
	width: 429px;
	height: auto;
	float: right;
	z-index: 20;
}

#page_body_panels_giftcards {
	position: relative;
	width: 356px;
	height: 323px;
	left: 5px;
	margin-top: 2px;
	float: right;
	background-image: url(/img/box_giftcards.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#page_body_panels_party {
	width: 655px;
	height: 347px;
	float: left;
	background-image: url(/img/box_partypartyparty.png);
	background-repeat: no-repeat;
	z-index: 20;
}

#party_arrow {
	position: relative;
	float: right;
	right: 30px;
	top: 0;
	width: 104px;
	height: 232px;
	background-image: url(/img/arrow_blur.png);
	background-repeat: no-repeat;
	z-index; 100;
}

#page_body_panels_kids {
	position: relative;
	width: 314px;
	height: 410px;
	left: -5px;
	top: -17px;
	float: left;
	z-index: 9999;
}

#page_body_panels_email {
	position: relative;
	width: 314px;
	height: 409px;
	left: -30px;
	top: -17px;
	float: left;
	background-image: url(/img/box_emaillist.png);
	background-repeat: no-repeat;
}

.home_heroshot {
	position: relative;
	margin-top: -572px;
}

#home_new_locations_top {
	width: 429px;
	height: 294px;
	background-image: url(/img/box_newlocations_top.png);
	background-repeat: no-repeat;
}

#home_new_locations_middle {
	width: 429px;
	background-image: url(/img/box_newlocations_middle.png);
	background-repeat: repeat-y;

}

#home_new_locations_bottom {
	width: 429px;
	height: 26px;
	background-image: url(/img/box_newlocations_bottom.png);
	background-repeat: no-repeat;
}

#home_new_locations {
	position: relative;
	margin-top: -130px;
	left: 115px;
	width: 279px;
	height: auto;
	display: inline-block;
	padding-bottom: 10px;
	text-align: center;
}

#home_new_locations img {
	max-width: 279px;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
	box-shadow: 0 0 8px #000;
}

#home_giftcards {
	position: relative;
	top: 85px;
	left: 30px;
	width: 300px;
	text-align: center;
}

#home_party {
	position: relative;
	top: 195px;
	left: 246px;
	width: 280px;
}

#home_email_club {
	position: relative;
	top: 242px;
	left: 29px;
	width: 256px;
}

#home_email_club a:hover {
	text-decoration: none;
}

#email_signup_button {
	background-color: #fe000b;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	-moz-box-shadow: 0px 0px 15px #fff;
	-webkit-box-shadow: 0px 0px 15px #fff;
	box-shadow: 0px 0px 15px #fff;
	color: #fff;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

#locations_find_box {
	position: absolute;
	top: 60px;
	left: 310px;
	width: 600px;
	height: 220px;
}

#locations_search_form {
	height: 100px;
	color: #fff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
}

#location_search_input {
	height: 30px;
	width: 460px;
	margin-top: 10px;
	font: 16px/16px 'PTSansItalic', Times New Roman, serif;
}

#locations_search_arrow {
	position: relative;
	width: 104px;
	height: 232px;
	left: 620px;
	top: -280px;
	background-image: url(/img/arrow_blur.png);
	background-repeat: no-repeat;
}

#mini_heroshot_slider {
	background-color: #0e238c;
	-moz-box-shadow: 0px 0px 5px #000;
	-webkit-box-shadow: 0px 0px 5px #000;
	box-shadow: 0px 0px 5px #000;
}

.starbreaker_padder {
	padding-top: 10px;
	padding-bottom: 16px;
}

#subpage_bulbs {
	position: absolute;
	top: -55px;
	left: 10px;
	z-index: 9997;
}

.blue_stars {
	padding-bottom: 12px;
}

#giftcards_left {
	position: relative;
	float: left;
	width: 396px;
	height: 300px;
	background-image: url(/img/blank_opacity.png);
	background-repeat: repeat;
}

#giftcards_right {
	position: relative;
	float: right;
	width: 396px;
	height: 300px;
	background-image: url(/img/blank_opacity.png);
	background-repeat: repeat;
}

#giftcards_left_inner {
	position: absolute;
	width: 380px;
	top: 10px;
	left: 8px;
}

#giftcards_right_inner {
	position: absolute;
	width: 380px;
	top: 10px;
	right: 8px;
}

.giftcard_star {
	margin-top: -3px;
}

#giftcards_left_button {
	position: absolute;
	width: 320px;
	height: auto;
	padding: 6px;
	top: 240px;
	left: 29px;
	background-color: #0e238c;
	text-align: center;
	border: none;
	margin: 0;
	color: #fff;
	font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	-moz-box-shadow: inset 0px 12px 25px 0px #3366cc;
	-webkit-box-shadow: inset 0px 12px 25px 0px #3366cc;
	box-shadow: inset 0px 12px 25px 0px #3366cc;
}

#giftcards_right_button {
	position: absolute;
	width: 320px;
	height: auto;
	top: 240px;
	right: 29px;
	background-color: #0e238c;
	text-align: center;
	border: none;
	margin: 0;
	padding: 6px;
	color: #fff;
	font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	-moz-box-shadow: inset 0px 12px 25px 0px #3366cc;
	-webkit-box-shadow: inset 0px 12px 25px 0px #3366cc;
	box-shadow: inset 0px 12px 25px 0px #3366cc;
}

#giftcards_balance {
	width: 793px;
	/*height: 159px;*/
	height: auto;
	display: inline-block;
	background-color: #ff0000;
	background-image: url(/img/giftcards_redbox.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#giftcards_balance iframe {
	background-color: #fff;
	border-radius: 15px;
	width: 650px;  /* Orig - width: 650px; */
	height: 200px;  /* Orig - height: 200px; */
	padding: 30px 0 0 200px;
	overflow: auto;
}

.gc_balance {
	background-color: #ff0000;
	padding: 0 0 5px 30px;
}
.gc_balance_spotlight {
	background-color: #fff;
	border-radius: 15px;
	padding: 0 5px;
	width: 95%;
	height: auto;
	overflow: hidden;
}

#giftcards_balance_check iframe {
	background-color: #fff;
	border-radius: 15px;
	width: 650px;  /* Orig - width: 650px; */
	height: 60px;  /* Orig - height: 200px; */
	overflow: auto;
}

#giftcards_balance .locsearch {
	margin: 0;
	width: 360px;
	color: #0e238c;
	font: 16px/16px 'PTSansItalic', Times New Roman, serif;
}

.giftcards_text {
	margin: 0;
	padding: 0;
	color: #fff;
	font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

#giftcards_terms {
    overflow: auto;
	width: 800px;
	height: 500px;
}

#quiz_question {
	position: relative;
	width: 100%;
	height: 373px;
}

#quiz_question_number {
	position: relative;
	width: 300px;
	left: 50%;
	margin-left: -150px;
	height: 50px;
	text-align: center;
	margin-top: -356px;
	color: #0e238c;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
}

#quiz_question_container {
	position: relative;
	width: 420px;
	height: 250px;
	margin-left: 300px;
	margin-top: 30px;
}

#quiz_question_name {
	width: 420px;
	height: 250px;
	display: table-cell;
	vertical-align: middle;
	color: #fe000b;
	font: 40px/44px 'ChunkFiveRegular', Arial, sans-serif;
}

#quiz_answer_wrapper {
	width: 746px;
	height: 550px;
	background-image: url(/img/game_bluebox.jpg);
	background-repeat: no-repeat;
			display: inline-block;
}

#quiz_answers {
	position: relative;
	width: 746px;
	height: 450px;
	text-align: center;
}

#quiz_answers_inner {
	text-align: left;
	width: auto;
	height: auto;
	margin: auto;
	max-width: 600px;
	padding: 0;
	color: #fff;
	font: 32px/34px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

.quiz_symbol
{
	color: #fff;
}

.quiz_answer_radio_button {
	position: relative;
	float: left;
	width: 30px;
}

.quiz_answer_text {
	position: relative;
	float: left;
	width: auto;
	max-width: 570px;
}

#quiz_next {
	position: relative;
	width: 188px;
	height: 76px;
	left: 50%;
	margin-left: -94px;
}

#quiz_congrats_image {
	max-height: 800px;
}

.quiz_radio {
	width: 3em;
	height: 3em;
	margin-right: 20px;

}

.quiz_pad {
	padding: 10px;
}

.quiz_right_on {
	background-color: green;
	padding: 10px;
	border-radius: 5px;
}

.quiz_right_off {
	padding: 10px;
	border-radius: 5px;
}

.quiz_wrong_on {
	background-color: red;
	padding: 10px;
	border-radius: 5px;
}

.quiz_wrong_off {
	padding: 10px;
	border-radius: 5px;
}

/* End */


/* Landry's Select Club on subpages (NOT on the homepage) */

#subpage_select_club {
	position: relative;
	width: 573px;
	height: 184px;
	margin: auto;
	margin-top: 50px;
	margin-bottom: -40px;
	background-image: url(/img/landrys_select_club.jpg);
	background-repeat: no-repeat;
}

#subpage_select_club div {
	position: relative;
	width: 300px;
	left: 240px;
	top: 88px;
	text-align: center;
	color: #fff;
	font: 18px/19px 'ChunkFiveRegular', Arial, sans-serif;
}

#subpage_select_club div a {
	color: #fe000b;
	font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
	text-decoration: underline;
}

#subpage_select_club div a:hover {
	color: #fe000b;
	text-decoration: none;
	cursor: pointer;
}

/* End */


/* Slideshow - heroshots */

#page_body_heroshot {
	position: relative;
	width: 100%;
	background-color: #000;
	box-shadow: 0 0 8px #000;
	-moz-box-shadow: 0 0 8px #000;
	-webkit-box-shadow: 0 0 8px #000;
}

.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
	z-index: 1;
}

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
}

.rslides li:first-child {
	position: relative;
	display: block;
	float: left;
}

/* End */

/* Location search results panels */

.search_panel_blue {
	clear: both;
	display: inline-block;
	position: relative;
	width: 840px;
	margin-left: -32px;
	height: auto;
	min-height: 30px;
	background-color: #0e238c;
	color: #fff;
	margin-top: 20px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

.search_panel_red {
	clear: both;
	display: inline-block;
	position: relative;
	width: 840px;
	margin-left: -32px;
	height: auto;
	min-height: 30px;
	background-color: #fe000b;
	color: #fff;
	margin-top: 20px;
	padding: 10px;
	-moz-box-shadow: 2px 2px 5px #000;
	-webkit-box-shadow: 2px 2px 5px #000;
	box-shadow: 2px 2px 5px #000;
}

.search_top {
	position: relative;
	width: 100%;
	height: auto;
}

.search_number {
	position: relative;
	float: left;
	width: 32px;
	height: 32px;
	color: #000;
	background-color: #fff;
	-moz-border-radius: 50px;
	border-radius: 50px;
	text-align: center;
}

.search_number_inner {
	position: relative;
	width: 26px;
	left: 50%;
	margin-left: -13px;
	margin-top: 6px;
}

.search_location_name {
	position: relative;
	float: left;
	padding-left: 10px;
	margin-top: 4px;
}

.search_location_address {
	position: absolute;
	right: 10px;
	text-align: right;
}

.location_features {
	position: relative;
	float: left;
	width: 500px;
	padding-bottom: 50px;
}

.location_list_white {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.location_list_white li {
	background-image: url(/img/locations_star_white.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 18px; 
}

.location_list_blue {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}

.location_list_blue li {
	background-image: url(/img/locations_star_blue.png);
	background-repeat: no-repeat;
	background-position: 0px 5px; 
	padding-left: 18px; 
}

.search_details {
	clear: both;
	float: left;
	margin-top: 10px;
	display: inline-block;
}

.search_buttons {
	display: inline-block;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
	text-align: right;
	float:right;
}

.search_buttons img, .search_buttons figure {
	width: 140px;
	float: right;
}

.location_star {
	padding-bottom: 3px;
}

.location_image {
	float: left;
	margin-bottom: 10px;
}

.location_image img:hover {
	cursor: url(/img/zoom.cur), url(/img/zoom.png), default;
}

#events_section1_left {
	position: relative;
	float: left;
	width: 240px;
}

#events_section1_right {
	position: relative;
	float: left;
	width: 560px;
	padding-top: 25px;
	line-height: 36px;
}

#events_section2_left {
	position: relative;
	float: left;
	width: 420px;
}

#events_section2_right {
	position: relative;
	float: left;
	width: 380px;
}

.events_left_border {
	width: 80%;
}

.shop_image_caption {
	width: 350px;
	margin: 10px;
}

.shop_image_caption_spacer {
	margin-top: 5px;
}

.shop_image {
	positon: relative;
}

.shop_image_img {
	border-radius: 15px;
	-moz-box-shadow: 0 0 15px #333;
	-webkit-box-shadow: 0 0 15px #333;
	box-shadow: 0 0 15px #333;
}

.shop_image_img_white {
	border-radius: 15px;
}

.shop_image_container_left {
	width: 300px;
}

.shop_image_container_right {
	width: 300px;
	margin-right: -20px;
}

.shop_text_container_right {
	width: 440px;
	margin-left: 10px;
	margin-right: 20px;
}

.shop_text_container_left {
	width: 420px;
	margin-left: 20px;
}

.shop_red_bg {
	background-color: #fe000b;
	border: 1px solid #fe000b;
	border-radius: 15px;
	display: inline-block;
	width: 100%;
}

.shop_blue_bg {
	background-color: #0e238c;
	border: 1px solid #0e238c;
	border-radius: 15px;
	display: inline-block;
	width: 100%;
}

.shop_gray_bg {
	background-color: #333333;
	border: 1px solid #aaa;
	border-radius: 15px;
	display: inline-block;
	width: 100%;
}

.contact_left {
	position: relative;
	float: left;
	width: 150px;
	text-align: right;
	padding-right: 20px;
}

.contact_left img {

}

#contact_events_iframe {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	border: 10px solid #fe000b;
	-moz-border-radius: 15px;
	border-radius: 15px;
	-moz-box-shadow: 2px 2px 15px #fe000b;
	-webkit-box-shadow: 2px 2px 15px #fe000b;
	box-shadow: 2px 2px 15px #fe000b;
}

#contact_events_iframe iframe {
	position: relative;
	max-width: 100%;
	overflow: hidden;
	background-color: #fff;
	border: 6px solid #fe000b;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -10px;
	margin-bottom: -5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.contact_right {
	position: relative;
	float: left;
	width: 580px;
	height: auto;
}

/* End */

/* Bottom nav bar */

#nav_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 51px;
	background-image: url(/img/bottom_middle_woodpanel.jpg);
	background-repeat: repeat-x;
	z-index: 9999;
}

#nav_bottom_links {
	position: relative;
	margin-top: 17px;
	width: 100%;
	text-align: center;
}

#nav_bottom_links a {
	color: #fff;
	font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	text-shadow: 2px 2px 10px #000;
}

#nav_bottom_links ul li a:hover {
	color: #fe000b;
	text-decoration: none;
}

/* End */


/* Instagram */

.instagram_btn {
	margin-left: 8px;
	margin-top: -2px;
}

/* End */


/* Light Bulbs */

#bulb1 {
	position: relative;
	left: 10px;
	top: 68px;
	z-index: 9998;
}

#bulb2 {
	position: relative;
	left: 194px;
	top: -22px;
	z-index: 9998;
}

#bulb3 {
	position: relative;
	left: 375px;
	top: -21px;
	z-index: 9998;
}

#bulb4 {
	position: relative;
	left: 513px;
	top: -62px;
	z-index: 9998;
}

#bulb5 {
	position: relative;
	left: 682px;
	top: -110px;
	z-index: 9998;
}

#bulb6 {
	position: relative;
	left: 834px;
	top: -135px;
	z-index: 9998;
}

#bulb7 {
	position: relative;
	left: 1041px;
	top: -162px;
	z-index: 9998;
}

#bulb1_subpage {
	position: absolute;
	left: 14px;
	top: -24px;
	z-index: 9998;
}

#bulb2_subpage {
	position: absolute;
	left: 198px;
	top: -34px;
	z-index: 9998;
}

#bulb3_subpage {
	position: absolute;
	left: 405px;
	top: -25px;
	z-index: 9998;
}

#bulb4_subpage {
	position: absolute;
	left: 610px;
	top: -15px;
	z-index: 9998;
}

#bulb5_subpage {
	position: absolute;
	left: 812px;
	top: -37px;
	z-index: 9998;
}

#bulb6_subpage {
	position: absolute;
	left: 998px;
	top: -46px;
	z-index: 9998;
}

.lightbulb {
	width: 30px;
	height: 30px;
	-moz-border-radius: 15px;
	 border-radius: 15px;
	background-color: #ffff00;
	opacity: 0.6;
	visibility: visible;
}

/* End */

/* Mini-Heroshot Carousel */

#slide_wrapper {
	width: 750px;
	height: 429px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

#slides {
	overflow: hidden;
	/* fix ie overflow issue */
	position: relative;
	width: 750px;
	height: 429px;
}

/* remove the list styles, width : item width * total items */	
#slides ul {
	position:relative;
	left:0;
	top:0;
	list-style:none;
	margin: 0;
	padding: 0;	
	width: 750px;
	height: 429px;		
}

/* width of the item, in this case I put 250x250x gif */
#slides li {
	width: 750px;
	height: 429px;
	float: left;
}

#slides li img {
	width: 750px;
	height: 429px;
}

.carousel_left_bg
{
	position: relative;
	top: -235px;
	left: -49px;
	width: 43px;
	height: 43px;
}

.carousel_right_bg
{
	position: relative;
	top: -280px;
	left: 752px;
	width: 43px;
	height: 43px;
	z-index: 9999;
}

/* End /*

/* Animated flying seagull */

#bird_flying {
	position: absolute;
	left: -100px;
	top: 125px;
	width: 70px;
	height: 70px;
	visibility: hidden;
	background-image: url(/img/flying_seagull.gif);
	background-repeat: no-repeat;
}

/* End */

/* DBC box logo */

#dbc_box {
	position: absolute;
	top: 15px;
	right: 25px;
	opacity: 0.35;
}

/* End */

/* Media queries */

@media screen and (max-width:1366px) {

	.tablet {
		display: inline-block;
	}
	
	.notablet {
		display: none;
	}

	.full_screen {
		display: none;
	}
	
	.mid_screen {
		display: inline-block;
	}
	
	.mini_midscreen_padding {
		margin-top: -20px;
	}

	#nav_top {
		height: 100px;
		background-image: url(/img/nav_middle_woodpanel_small.png);
		background-repeat: repeat-x;
	}

	#nav_top_links {
		width: 50%;
		left: 50%;
		margin-left: -215px;
		top: 65px;
		height: 35px;
	}

	#nav_top_links ul li a {
		font: 16px/18px 'ChunkFiveRegular', Arial, sans-serif;
	}

	#location_search_container {
		top: 25px;  /*changed from 10->25px 4/29/2020 TH*/
		margin-left: -250px;
		background-image: url(/img/locator_redbg1.png);
		width: 650px;
	}
	
	.search_buttons img, .search_buttons figure {
		width: 124px;
/*		width: 136px;*/
	}
	
	#social_media {
		top: 22px;
		left: 50%;
		margin-left: 178px;
		width: 270px;
	}
	
	#desktop_locator_pin {
		display: none;
	}
	
	#locsearch_container {
		margin-left: 19px;
		margin-top: 2px;
	}
	
	#bubba_logo {
		margin-left: -395px;
		width: 210px;
		height: 203px;
	}
	
	#bubba_logo img {
		position: absolute;
		width: 210px;
		height: 203px;
	}

	#page_body {
		width: 800px;
		margin-left: -400px;
		left: 50%;
		padding-bottom: 35px;
	}

	#subpage_body {
		width: 740px;
		left: 50%;
		margin-left: -370px;
		margin-top: -50px;
	}
	
	#page_body_heroshot {
		width: 800px;
		margin-top: -25px;
	}
	
	#page_body_heroshot img {
		width: 800px;
	}
	
	#page_body_panels {
		position: relative;
		/*width: 800px;*/
		width: 920px;
		/*margin-left: -400px;*/
		margin-left: -460px;
		left: 50%;
		/*background-image: url(/img/bg_center_inback.png);*/
		background-image: url(/img/bg_center_inback_1-mediumres.png);
		background-repeat: repeat-y;
	}

	#page_body_panels_subpage {
		position: relative;
		/*width: 800px;*/
		width: 920px;
		/*margin-left: -400px;*/
		margin-left: -460px;
		margin-top: 0;
		left: 50%;
		/*background-image: url(/img/bg_center_inback.png);*/
		background-image: url(/img/bg_center_inback_1-mediumres.png);
		background-repeat: repeat-y;
	}

	#page_body_panels_left {
		position: relative;
		float: left;
		left: -86px;
		margin-top: -120px;
		width: 132px;
		height: 579px;
		/*background-image: url(/img/bg_license_left.png);*/
		background-repeat: no-repeat;
		background-size: 132px 579px;
		z-index: 10;
	}

	#page_body_panels_right {
		position: absolute;
		left: 750px;
		margin-top: -80px;
		width: 126px;
		height: 557px;
		/*background-image: url(/img/bg_license_right.png);*/
		background-repeat: no-repeat;
		background-size: 126px 557px;
		z-index: 10;
	}

	#page_body_panels_left_subpage {
		position: relative;
		float: left;
		left: -86px;
		margin-top: -20px;
		width: 132px;
		height: 579px;
		/*background-image: url(/img/bg_license_left.png);*/
		background-repeat: no-repeat;
		background-size: 132px 579px;
		z-index: 10;
	}

	#page_body_panels_right_subpage {
		position: absolute;
		left: 750px;
		margin-top: -10px;
		width: 126px;
		height: 557px;
		/*background-image: url(/img/bg_license_right.png);*/
		background-repeat: no-repeat;
		background-size: 126px 557px;
		z-index: 10;
	}

	#page_body_panels_center {
		/*
		position: relative;
		width: 800px;
		margin-top: -580px;
		float: left;
		left: -10px;
		z-index: 11;
		*/
		position: relative;
		width: 800px;
		margin-top: -512px;
		float: left;
		left: 50px;
		z-index: 11;
	}
	
	#page_body_panels_center_subpage {
		/*
		position: relative;
		width: 800px;
		margin-top: -510px;
		float: left;
		left: 0px;
		z-index: 11;
		*/
		position: relative;
		width: 800px;
		margin-top: -510px;
		float: left;
		left: 50px;
		z-index: 11;
	}
	
	#page_body_panels_select_club {
		position: relative;
		width: 458px;
		height: 189px;
		left: 8px;
		top: -20px;
		float: left;
		background-image: url(/img/landrys_select_club_tablet.jpg);
		background-repeat: no-repeat;
		-moz-background-size: 458px 189px;
		background-size: 458px 189px;
	}
	
	#page_body_panels_select_club div {
		position: relative;
		width: 240px;
		left: 190px;
		top: 96px;
		text-align: center;
		color: #fff;
		font: 23px/26px 'ChunkFiveRegular', Arial, sans-serif;
		text-shadow: 2px 2px 10px #000;
	}
	
	#page_body_panels_select_club div a {
		font: 16px/18px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	#subpage_bulbs {
		top: -90px;
		left: -20px;
		width: 830px;
	}
	
	#subpage_bulbs img {
		width: 833px;
	}
	
	#subpage_body_inner_narrow {
		position: relative;
		width: 640px;
		left: 50%;
		margin-left: -320px;
		top: 50px;
	}
	
	.starbreaker_padder {
		width: 100%;
	}
	
	#nav_bottom {
		height: 40px;
	}
	
	#nav_bottom_links {
		width: 740px;
		margin: auto;
		margin-top: 10px;
	}

	#nav_bottom_links a {
		font: 11px/11px 'ChunkFiveRegular', Arial, sans-serif;
	}

	#page_body_panels_boxes_left {
		width: 343px;
		margin-left: -80px;
		left: 50px;
	}
	
	
	#page_body_panels_boxes_right {
		left: 50px;
		width: 524px;
	}
	
	#page_body_panels_locations {
		width: 343px;
	}
	
	#page_body_panels_giftcards {
		width: 285px;
		height: 258px;
		-moz-background-size: 285px 258px;
		background-size: 285px 258px;
	}
	
	#page_body_panels_party {
		width: 524px;
		height: 278px;
		-moz-background-size: 524px 278px;
		background-size: 524px 278px;
	}
	
	#page_body_panels_kids {
		width: 251px;
		height: 328px;
		top: -14px;
		-moz-background-size: 251px 328px;
		background-size: 251px 328px;
	}

	#page_body_panels_kids img {
		width: 251px;
		height: 328px;
	}
	
	#page_body_panels_email {
		width: 251px;
		height: 327px;
		top: -13px;
		left: -25px;
		-moz-background-size: 251px 327px;
		background-size: 251px 327px;
	}
	
	#party_arrow {	
		right: 30px;
		top: -30px;
		width: 86px;
		height: 186px;
		z-index; 100;
		-moz-background-size: 86px 186px;
		background-size: 86px 186px;
	}

	#home_email_club {
		position: relative;
		top: 208px;
		left: 23px;
		width: 205px;
	}
	
	#email_signup_button {
		font: 18px/20px 'ChunkFiveRegular', Arial, sans-serif;
	}
	

	#home_new_locations_top {
		width: 343px;
		height: 235px;
		-moz-background-size: 343px 235px;
		background-size: 343px 235px;
	}
	
	#home_new_locations_middle {
		width: 343px;
		-moz-background-size: 343px auto;
		background-size: 343px auto;
	
	}
	
	#home_new_locations_bottom {
		width: 343px;
		height: 21px;
		-moz-background-size: 343px 21px;
		background-size: 343px 21px;
	}
	
	#home_new_locations {
		margin-top: -110px;
		left: 90px;
		width: 230px;
	}
	
	#home_new_locations img {
		max-width: 230px;
	}

	
	#home_party {
		top: 147px;
		left: 200px;
		width: 230px;
	}
	
	#home_giftcards {
		top: 65px;
		left: 20px;
		width: 242px;
	}
	
	.breaker_breaker {
		display: block;
	}

	/* Light Bulbs */
	
	#bulb1 {
		position: relative;
		left: -22px;
		top: 53px;
		z-index: 9998;
	}
	
	#bulb2 {
		position: relative;
		left: 123px;
		top: -21px;
		z-index: 9998;
	}
	
	#bulb3 {
		position: relative;
		left: 269px;
		top: -23px;
		z-index: 9998;
	}
	
	#bulb4 {
		position: relative;
		left: 383px;
		top: -58px;
		z-index: 9998;
	}
	
	#bulb5 {
		position: relative;
		left: 518px;
		top: -96px;
		z-index: 9998;
	}
	
	#bulb6 {
		position: relative;
		left: 639px;
		top: -119px;
		z-index: 9998;
	}
	
	#bulb7 {
		position: relative;
		left: 806px;
		top: -144px;
		z-index: 9998;
	}
	
	.lightbulb {
		width: 26px;
		height: 26px;
		-moz-border-radius: 15px;
		 border-radius: 15px;
		background-color: #ffff00;
		opacity: 0.6;
		visibility: visible;
	}
	
	/* End */

	#events_section1_right {
		position: relative;
		float: left;
		width: 345px;
		padding-top: 20px;
		line-height: 28px;
	}
	
	#events_section1_right p {
		line-height: 28px;
	}
	
	#events_section2_left {
		width: 200px;
	}
	
	#events_section2_right {
		float: right;
	}

	#events_section2_right img {
		margin-left: -20px;
	}
	
	.double_red_border {
		padding: 5px;
	}
	
	.events_left_border {
		width: 220px;
	}
	
	.search_location_name {
		word-break: break-all;
	}
	
	#locations_find_box {
		left: 270px;
		width: 480px;
		top: 53px;
	}
	
	#locations_find_box img {
		width: 480px;
	}
	
	#location_search_input {
		height: 30px;
		width: 280px;
	}
	
	#locations_search_arrow {
		position: relative;
		width: 104px;
		height: 232px;
		left: 450px;
		top: -250px;
		background-image: url(/img/arrow_blur.png);
		background-repeat: no-repeat;
	}
	
	#locations_search_form {
		font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	#locations_search_form img {
		width: auto;
	}
	
	.blue_link_large_strong_chunk_shadowed {
		font: 14px/16px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	/* Slides */
	
	.home_heroshot {
		position: relative;
		margin-top: -457px;
	}
	
	#slides ul {	
		width: 600px;
		height: 343px;
	}
	
	#slides li img {
		width: 600px;
		height: 343px;
		margin-left: 20px;
	}
	
	#slide_wrapper {
		width: 600px;
		height: 343px;
	}
	
	#slides {
		width: 600px;
		height: 343px;
	}

	.carousel_left_bg
	{
		top: -195px;
		left: -40px;
	}
	
	.carousel_right_bg
	{
		top: -238px;
		left: 595px;
	}
	
	/* End Slides */
	
	.search_panel_blue {
		width: 680px;
	}
	
	.search_panel_red {
		width: 680px;
	}
	
	.search_location_address {
		max-width: 330px;
	}
	
	.location_features {
		width: 320px;
		padding-bottom: 50px;
	}
	
	#giftcards_left {
		position: relative;
		float: none;
		width: 640px;
		height: 300px;
	}
	
	#giftcards_right {
		position: relative;
		margin-top: 20px;
		float: none;
		width: 640px;
		height: 300px;
	}
	
	#giftcards_left_inner {
		position: relative;
		width: 380px;
		top: 10px;
		left: 50%;
		margin-left: -190px;
	}
	
	#giftcards_right_inner {
		position: relative;
		width: 380px;
		left: 50%;
		margin-left: -190px;
	}
	
	#giftcards_balance {
		width: 640px;
		margin-bottom: 30px;
	}
	
	#giftcards_balance_check {
		width: 660px;
		margin-left: -35px;
	}

	.shop_image_caption {
		width: 280px;
		margin-left: 0;
	}
	
	.shop_image_img {
		width: 280px;
	}
	
	
	.shop_image_container_left {
		width: 270px;
		margin-left: 10px;
	}
	
	.shop_image_container_right {
		width: 270px;
		margin-right: -10px;
	}
	
	.shop_text_container_right {
		width: 320px;
		margin-left: 10px;
		margin-right: 20px;
	}
	
	.shop_text_container_left {
		width: 320px;
		margin-left: 20px;
	}
	
	.red_image_border_scallop {
		-moz-background-size: 305px 212px;
		background-size: 305px 212px;
	}
	
	.red_image_border_scallop_smaller {
		-moz-background-size: 305px 212px;
		background-size: 305px 212px;
	}

	#subpage_body_inner_764 {
		width: 640px;
		left: 50%;
		margin-left: -320px;
	}
	
	#subpage_body_inner_quiz {
		width: 766px;
		left: 50%;
		margin-left: -383px;
	}
	
	#quiz_answer_wrapper {
		margin-left: 22px;
		width: 720px;
		margin-top: -20px;
	}
	
	#quiz_answers {
		width: 720px;
	}
	
	#quiz_question {
		width: 720px;
		margin-left: 22px;
	}
	
	#quiz_question img {
		width: 720px;
	}
	
	#quiz_question_number {
		margin-top: -343px;
	}
	
	#quiz_question_name {
		width: 400px;
		height: 240px;
	}
	
	.contact_right {
		width: 400px;
	}
	
	/* DBC box logo */
	
	#dbc_box {
		top: 9px;
	}
	
	/* End */

}

@media only screen and (max-height: 600px) {

	/* minor fixes if screen height is no more than 600px, meaning it's probably a low res laptop or notebook. fixes are for the quiz congrats/better luck next time modals. */

	#quiz_congrats_image {
		width: 388px;
		height: 400px;
	}

}


@media only screen and (max-width: 1050px) {
	/* don't display box if width is less than 1050px, otherwise it overlaps the bottom nav links */
	#dbc_box {
		display: none;
	}
}

@media only screen and (max-width: 720px), 
only screen and (max-device-width: 1136px) and (min-device-width: 960px) and (max-device-height: 640px) and (min-device-height: 560px),
only screen and (max-device-height: 1136px) and (min-device-height: 960px) and (max-device-width: 640px) and (min-device-width: 560px) {

	/* Mobile version */
	
	body {
		background-color: #ee1f23;
		padding: 0;
	}
	
	#subpage_body {
		position: relative;
		width: 100%;
		left: 0;
		margin-left: 0;
		min-height: none;
		background: none;
		background-color: #ee1f23;
	}
	
	#subpage_body_inner_narrow, #subpage_body_inner_764 {
		position: relative;
		width: 96%;
		left: 0%;
		margin-left: 2%;
		margin-top: 50px;
		background-image: url(/img/m_woodpanel_bg.jpg);
		background-repeat: repeat;
		-moz-box-shadow: 0px 0px 8px #000;
		-webkit-box-shadow: 0px 0px 8px #000;
		box-shadow: 0px 0px 8px #000;
	}
	
	.subpage_body_inner_narrower {
		position: relative;
		width: 96%;
		left: auto;
		margin-left: 0;
		margin: auto;
	}
	
	#inner_content_older {
		position: relative;
		width: 84.53%;
		margin-left: -42.265%;
		left: 50%;
		padding-top: 30px;
	}
	
	#mobile_inner_text {
		width: 100%;
	}
	
	#nav_top {
		position: relative;
		background-image: none;
		width: 100%;
		height: auto;
		min-width: 0;
		z-index: 100;
	}
	
	#mobile_logo {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#mobile_logo img {
		position: relative;
		width: 100%;
		height: auto;
	}
	
	#mobile_logo_link {
		position: absolute;
		width: 40%;
		height: auto;
		left: 10px;
		top: 20px;  /*change from 20px->40px for top banner 4/26/2020*/
		cursor: pointer;
	}
	
	#mobile_logo_link img {
		position: relative;
		width: 100%;
	}
	
	#nav_top_links {
		display: none;
	}
	
	#mobile_links_popup {
		position: absolute;
		top: 0;
		right: 20px;
		width: 45px;
		height: 18px;
		padding-top: 6px;
		padding-bottom: 8px;
		background-color: #0e238c;
		-moz-border-bottom-left-radius: 15px;
		border-bottom-left-radius: 15px;
		-moz-border-bottom-right-radius: 15px;
		border-bottom-right-radius: 15px;
		cursor: pointer;
		z-index: 9999;
	}
	
	#mobile_links_popup img {
		position: relative;
		width: 20px;
		left: 50%;
		margin-left: -10px;
	}
	
	#mobile_links_popup_bottom {
		position: relative;
		top: 25px;
		float: right;
		right: 0;
		width: 45px;
		height: 18px;
		padding-top: 6px;
		padding-bottom: 8px;
		background-color: #0e238c;
		-moz-border-bottom-left-radius: 15px;
		 border-bottom-left-radius: 15px;
		-moz-border-bottom-right-radius: 15px;
		border-bottom-right-radius: 15px;
		cursor: pointer;
		z-index: 9999;
	}
	
	#mobile_links_popup_bottom img {
		position: relative;
		width: 20px;
		left: 50%;
		margin-left: -10px;
	}
	
	#mobile_popup_menu {
		position: absolute;
		top: 0;
		right: 20px;
		width: 260px;
		background-color: #0e238c;
		padding-top: 20px;
		z-index: 9998;
	}
	
	#mobile_popup_menu li {
		list-style: none;
		text-align: center;
		padding-top: 5px;
		padding-bottom: 5px;
		padding-left: 10px;
		padding-right: 10px;
	}
	
	.mobile_popup_menu_horiz_rule {
		position: relative;
		width: 202px;
		left: 50%;
		margin-left: -110px;
		border-bottom: 1px solid #fff;
		margin-bottom: 15px;
	}
	
	.lightbulb {
		visibility: hidden;
	}
	
	#bird_flying {
		visibility: hidden;
	}
	
	#bubba_logo {
		display: none;
	}

	#location_search_container {
		clear: both;
		position: relative;
		float: none;
		left: 0;
		top: 0;
		margin-top: 0;
		margin-left: 0;
		width: 100%;
		margin: auto;
		height: auto;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		z-index: 55;
		background-image: none;
		background-color: #ee1f23;
	}
	
	#location_search_inner_spacer {
		width: 100%;
		height: 30px;
	}
	
	.search_location_name {
		position: relative;
		width: 100%;
		padding: 0;
		margin-top: 20px;
		float: none;
		text-align: center;
	}
	
	.search_buttons {
		margin-bottom: 20px;
	}
	
	.search_buttons img, .search_buttons figure {
		width: 143px;
	}
	
	.location_hours {
		text-align: center;
	}
	
	#location_search_submit, #giftcards_search_submit {
		background-color: #0e238c;
		padding: 7px;
		-moz-box-shadow: 0px 0px 15px #000;
		-webkit-box-shadow: 0px 0px 15px #000;
		box-shadow: 0px 0px 15px #000;
		color: #fff;
		font-weight: bold;
		font-size: 22px;
		text-shadow: 2px 2px 10px #000;
		margin-top: 10px;
	}
	
	#giftcards_search_submit {
		margin-top: 20px;
	}

	#location_search_inner {
		position: relative;
		width: 100%;
		left: 0;
		height: auto;
		margin-top: 0;
		margin-left: 0;
		text-align: center;
		float: none;
		/*
		background-image: url(/img/mobile_border.png);
		background-repeat: no-repeat;
		*/
	}
	
	#locsearch_container {
		position: relative;
		float: none;
		margin-left: 2%;
		width: 96%;
	}
	
	#location_search_inner .locsearch {
		position: relative;
		float: none;
		left: 0;
		right: 0;
		/*width: 68.75%;*/
		width: 96%;
		margin: auto;
		height: 30px;
		color: #0e238c;
		font: 22px/24px 'PTSansItalic', Times New Roman, serif;
	}
	
	.location_image {
		width: 100%;
		display: table-cell;
		text-align: center;
	}
	
	.location_image img {
		position: relative;
		width: 100%;
		max-width: 189px;
		margin: auto;
	}
	
	.location_image img:hover {
		cursor: auto;
	}
		
	.search_location_address {
		clear: both;
		position: relative;
		right: auto;
		text-align: center;
		margin-top: 20px;
		max-width: none;
		width: 98%;
		padding-left: 2%;
	}
	
	.location_features {
		width: 98%;
		padding-left: 2%;
		padding-bottom: 0;
	}
	
	.location_hours {
		font-size: 20px;
		line-height: 26px;
		margin-top: -10px;
		text-align: left;
	}
	
	.location_hours h4 {
		font-size: 20px;
	}
	
	.view_location_info {
		clear: both;
		position: relative;
		margin-top: 10px;
		width: 94%;
		margin-left: 3%;
		/*
		padding: 5px;
		padding-top: 10px;
		*/
		border: 1px solid #fff;
		background-color: #000033;
	}
	
	.view_location_info_interior {
		position: relative;
		width: 96%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	.view_location_info_inner {
		position: relative;
		width: 96%;
		margin: auto;
	}
	
	.search_details {
		float: none;
		position: relative;
		width: 100%;
	}	
	
	.search_buttons {
		clear: both;
		position: relative;
		display: inline-block;
		margin-top: 30px;
		/*margin-bottom: -40px;*/
		right: auto;
		bottom: auto;
		width: 100%;
		height: auto;  /* Orig - height: 143px; */
		text-align: center;
	}
	
	.search_buttons figure {
		float: none;
		display: inline-block;
		text-align: center;
	}
	
	.locator_btn {
		position: relative;
		float: left;
		margin-left: 10px;
		margin-top: -10px;
		padding: 0;

	}
	
	#locator {
		position: relative;
		padding-top: 0;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	#giftcards_left {
		position: relative;
		float: none;
		width: 100%;
		left: auto;
		margin-left: 0;
		top: 30px;
		height: auto;
		display: inline-table;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#giftcards_left_inner {
		position: relative;
		width: 90%;
		margin-top: 20px;
		left: 0;
		margin-left: 0;
		margin: auto;
		height: auto;
		display: table-row;
		text-align: center;
	}
	
	#giftcards_left_button {
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
		top: auto;
		width: auto;
		max-width: 80%;
		margin: auto;
		font: 20px/24px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	#giftcards_right {
		position: relative;
		float: none;
		width: 100%;
		left: auto;
		margin-left: 0;
		top: 30px;
		height: auto;
		display: inline-table;
		padding-top: 10px;
		padding-bottom: 20px;
	}
	
	#giftcards_right_inner {
		position: relative;
		width: 90%;
		margin-top: 20px;
		left: 0;
		margin-left: 0;
		margin: auto;
		height: auto;
		display: table-row;
		text-align: center;
	}
	
	#giftcards_right_button {
		position: relative;
		left: auto;
		right: auto;
		margin-left: 0;
		top: auto;
		width: auto;
		max-width: 80%;
		margin: auto;
		font: 20px/24px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.giftcards_text {
		margin: 0;
		padding: 0;
		color: #fff;
		font: 20px/24px 'ChunkFiveRegular', Arial, sans-serif;
		text-shadow: 2px 2px 10px #000;
		margin-bottom: 20px;
	}
	
	#giftcards_balance {
		position: relative;
		padding-bottom: 30px;
		width: 100%;
		left: auto;
		margin-left: auto;
		margin: auto;
		height: auto;
		background-image: url(/img/giftcards_redbox.jpg);
		background-repeat: repeat;
	}
	
	#giftcards_balance .locsearch {
		position: relative;
		float: none;
		margin: 0;
		margin-left: 0;
		margin: auto;
		left: auto;
		width: 80%;
		height: 44px;
		color: #0e238c;
		font: 28px/32px 'PTSansItalic', Times New Roman, serif;
	}
	
	#giftcards_balance_check {
		width: 90%;
		margin: auto;
		border: 5px solid #fe000b;
		margin-bottom: 20px;
	}
	
	#giftcards_balance_check iframe {
		width: 90%;
	}
	
	#giftcards_terms {
		width: 400px;
		height: 500px;
	}
	
	#events_section1_left {
		float: none;
		width: 100%;
		text-align: center;
	}
	
	#events_section1_left img {
		position: relative;
		width: 100%;
	}
	
	#events_section1_right {
		float: none;
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
		color: #fff;
		line-height: 44px;
	}
	
	#events_section2_right {
		width: 100%;
		float: none;
	}
	
	#events_section2_left {
		width: 100%;
		text-align: center;
		float: none;
	}
	
	.events_left_border {
		position: relative;
		width: 80%;
		margin: auto;
	}
	
	.shop_image {
		width: 100%;
		float: none;
	}
	
	.shop_image_img {
		width: 100%;
	}
	
	.shop_image_caption {
		width: 100%;
		margin-left: 0;
	}
	
	.shop_image_left {
		float: none;
	}
	
	.shop_image_right {
		float: none;
	}
	.shop_image_img {
		margin-bottom: 30px;
	}
	
	
	
	
	.shop_image_container_left {
		width: 100%
		margin-left: 0;
	}
	
	.shop_image_container_right {
		width: 100%;
		margin-right: 0;
	}
	
	.shop_text_container_right {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}
	
	.shop_text_container_left {
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	
	.red_image_border_scallop {
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.red_image_border_scallop img {
		margin-left: 1px;
	}
	
	.red_image_border_scallop_smaller {
		-moz-background-size: 100% 100%;
		background-size: 100% 100%;
	}
	
	.red_image_border_scallop_smaller img {
		margin-left: 1px;
	}
	
	.contact_left {
		position: relative;
		float: none;
		width: 96%;
		text-align: center;
		padding-right: 0;
	}
	
	.contact_left img {
		text-align: center;
	}
	
	.contact_right {
		position: relative;
		float: none;
		width: 96%;
		text-align: center;
	}
		
	.margin_top_15px {
		padding-top: 15px;
	}
	
	#page_body {
		clear: both;
		position: absolute;
		width: 100%;
		margin: 0;
		left: 0;
		margin-top: 0;
		margin-left: 0;
		padding-bottom: 0;
		z-index: 5;
	}
	
	#page_body_panels {
		position: relative;
		width: 100%;
		height: auto;
		min-height: inherit;
		margin-left: 0;
		left: 0;
	}
	
	#page_body_panels_subpage {
		position: relative;
		width: 100%;
		height: auto;
		min-height: 0;
		margin-left: 0;
		left: 0;
	}
	
	#page_body_heroshot {
		display: none;
	}
	#mobile_panels {
		clear: both;
/*		position: absolute;*/
		width: 100%;
		padding-top: 0;
		text-align: center;
		background-color: #ee1f23;
		margin-top: 50px;
	}

	#mobile_panels img {
		margin-top: 10px;
		position: relative;
		width: 100%;
	}
	
	.desktop {
		display: none;
	}
	
	.mobile {
		display: inline-table;
	}
	
	/* jQuery Fancybox fixes for mobile devices (do not use Fancybox for mobiles) */
	
	.fancybox-overlay {
		visibility: hidden;
	}
	
	.fancybox-lock {
		overflow: auto;
	}
	
	/* End */
	
	.pcase {
		text-transform: none;
	}
	
	#page_body_panels_center {
		position: absolute;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		left: 0;
		float: none;
	}
	
	#page_body_panels_center_subpage {
		position: absolute;
		width: 100%;
		margin-left: 0;
		margin-top: 0;
		left: 0;
	}
	
	#social_media_mobile {
		position: absolute;
		right: 1%;
		top: 20%;  /*changed from 3%-> 0% to accomodate the top banner 4/26/2020*/
	}

	#social_media_mobile div {
		clear: both;
		position: relative;
		right: 0;
		margin: 0;
		padding: 0;
		z-index: 100;
		float: right;
	}
	
	.twitter-follow-button {
		z-index: 100;
	}
	
	#facebook_button {
		height: 26px;
		width: 100px;
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		 border-radius: 5px;
		background-color: #eee;
		padding-bottom: 0;
		z-index: 100;
		line-height: 0;
	}
	
	#facebook_button iframe {
		position: relative;
		width: 80px;
		left: 50%;
		margin: 0;
		padding: 0;
		margin-left: -38px;
		margin-top: 3px;
		height: 20px;
		z-index: 100;
	}
	
	#instagram_button img {
		border: 1px solid #ccc;
		-moz-border-radius: 5px;
		 border-radius: 5px;
		-moz-box-shadow: 0px 2px 20px 3px #111;
		-webkit-box-shadow: 0px 2px 20px 3px #111;
		box-shadow: 0px 2px 20px 3px #111;
	}
	
	.mobile_bottom_spacer {
		padding-bottom: 8px;
	}
	
	.blue_stars {
		padding-bottom: 20px;
	}
	
	#nav_bottom {
		display: none;
	}
	
	.search_panel_blue {
		position: relative;
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	
	.search_panel_red {
		position: relative;
		width: 100%;
		margin-left: 0;
		padding: 0;
	}
	
	.red_chunk_text {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_chunk_text {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_chunk_text_double_line_height {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
		line-height: 40px;
	}
	
	.red_chunk_text_double_line_height {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
		line-height: 40px;
	}
	
	.white_link_chunk_medium {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.lightblue_link_chunk_medium {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.lightblue_chunk_text_medium {
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_text {
		font: 28px/32px 'PTSansCaptionRegular', Arial, sans-serif;
	}
	
	.white_italic_text {
		font: 28px/32px 'Lobster13Regular', Arial, sans-serif;
	}
	
	.red_italic_text {
		font: 28px/32px 'Lobster13Regular', Arial, sans-serif;
	}
	
	.lightblue_italic_link {
		font: 28px/32px 'Lobster13Regular', Arial, sans-serif;
	}
	
	.red_italic_link {
		font: 28px/32px 'Lobster13Regular', Arial, sans-serif;
		text-transform: none;
	}
	
	.white_header_large {
		font: 22px/24px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_text_large {
		font: 20px/22px 'PTSansCaptionRegular', Arial, sans-serif;
	}
	
	.white_link_large {
		font: 20px/22px 'PTSansCaptionRegular', Arial, sans-serif;
	}
	
	.white_chunk_text_menu {
		font: 20px/22px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_chunk_text_medium {
		font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.red_chunk_text_medium {
		font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.red_chunk_large {
		font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	.white_chunk_text_large {
		font: 26px/28px 'ChunkFiveRegular', Arial, sans-serif;
	}
	
	#quiz_outer_wrapper {
		display: none;
	}
	
	#quiz_question_number_wrapper_mobile {
		position: relative;
		width: 100%;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
		background-color: #3fbaf6;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-moz-box-shadow: 2px 2px 15px #000;
		-webkit-box-shadow: 2px 2px 15px #000;
		box-shadow: 2px 2px 15px #000;
	}
	
	#quiz_question_number_mobile {
		position: relative;
		text-align: center;
		width: auto;
		margin: auto;
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
		color: #0e238c;
	}
	
	#quiz_question_wrapper_mobile {
		position: relative;
		width: 100%;
		height: auto;
		background-color: #fff;
		-moz-border-radius: 15px;
		border-radius: 15px;
		-moz-box-shadow: 2px 2px 15px #000;
		-webkit-box-shadow: 2px 2px 15px #000;
		box-shadow: 2px 2px 15px #000;
	}

	#quiz_question_wrapper2_mobile {
		position: relative;
		width: 94%;
		height: auto;
		margin: auto;
		margin-top: 1%;
		margin-bottom: 1%;
		border: 4px solid #d60407;
		-moz-border-radius: 15px;
		border-radius: 15px;
		padding: 1%;
		display: table;
	}

	#quiz_shrimp_mobile {
		position: relative;
		width: 40%;
		margin-left: -5px;
		display: table-cell;
	}
	
	#quiz_shrimp_mobile img {
		width: 100%;
	}
	
	#quiz_question_text_mobile {
		position: relative;
		width: 58%;
		height: 100%;
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
		color: #fe000b;
		padding-left: 5px;
		display: table-cell;
		vertical-align: middle;
	}
	
	#quiz_answer_wrapper {
		position: relative;
		display: table;
		margin-left: 0;
		margin-top: 0;
		width: 100%;
		height: auto;
		-moz-border-radius: 15px;
		border-radius: 15px;
		overflow: auto;
		background-position: center bottom; 
		background-color: #284181;
	}

	#quiz_answers {
		position: relative;
		width: 90%;
		text-align: center;
		margin: auto;
		display: table-row;
	}
	
	#quiz_answers_inner {
		display: inline-block;
		text-align: left;
		width: auto;
		height: auto;
		margin: auto;
		max-width: 94%;
		margin-top: 30px;
		margin: 0;
		padding: 0;
		color: #fff;
		font: 28px/32px 'ChunkFiveRegular', Arial, sans-serif;
		text-shadow: 2px 2px 10px #000;
	}
	
	.quiz_answer_text {
		position: relative;
		float: left;
		max-width: none;
		border: 1px solid white;
	}
	
	.quiz_image {
		position: relative;
		width: 100%;
	}
	
	#quiz_congrats_text {
		position: relative;
		width: 85%;
		padding-top: 7%;
		top: -150px;
		left: 30px;
		color: #fff;
	}
	
	#subpage_body_inner_quiz {
		width: 96%;
		left: auto;
		margin-left: 0;
		margin: auto;
		margin-top: 50px;
	}
	
	#quiz_start_text {
		position: relative;
		/*margin-top: -350px;*/
		/*margin-top: -60%;*/
		margin-top: -100%;
		text-align: center;
	}
	
	#quiz_tryagain_text {
		position: relative;
		width: 100%;
		margin-top: -30px;
		text-align: center;
	}
	
	#quiz_wrapper {
		position: relative;
		width: 100%;
	}
	
	#quiz_wrapper img {
		position: relative;
		width: 100%;
	}
	
	/* Mini-Heroshot Carousel */
	
	#slide_wrapper {
		/*
		width: 542px;
		height: 443px;
		*/
		width: 100%;
		padding-top: 20px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	
	#slides {
		overflow: hidden;
		/* fix ie overflow issue */
		position: relative;
		/*
		width: 542px;
		height: 443px;
		*/
		width: 100%;
	}
	
	/* remove the list styles, width : item width * total items */	
	#slides ul {
		position:relative;
		left:0;
		top:0;
		list-style:none;
		margin:0;
		padding:0;	
		/*
		width: 542px;
		height: 443px;
		*/
		width: 100%;	
	}
	
	/* width of the item, in this case I put 250x250x gif */
	#slides li {
		/*
		width: 542px;
		height: 443px;
		*/
		position: relative;
		width: 100%;
		float:left;
		text-align: center;
	}
	
	#slides li img {
		/*
		width: 542px;
		height: 443px;
		*/
		position: relative;
		width: 100%;
	}
	
	.carousel_left_bg
	{
		position: relative;
		top: -50%;
		left: auto;
		width: 43px;
		height: 43px;
		float: left;
	}
	
	.carousel_right_bg
	{
		position: relative;
		top: -50%;
		left: auto;
		width: 43px;
		height: 43px;
		float: right;
	}
	
	/* End */
	
	.double_red_border {
		padding: 15px;
	}
	
	.center_mobile_only {
		text-align: center;
	}
	
	.starbreaker_padder img {
		position: relative;
		width: 100%;
	}
	
	.white_italic_text {
		color: #fff;
		font:  60px/62px 'Lobster13Regular', Arial, sans-serif;
		text-shadow: 2px 2px 10px #000;
	}
	
	.white_bg_img {
		background-color: white;
		padding: 10px;
		text-shadow: 2px 2px 10px #000;
	}
	
	.img-frame {
		padding: 5px;
		border: solid 3px white;
		box-shadow: 5px 5px 10px #000;
		max-width: 140px;
	}
	.img-frame .white_bg_img {
		background-color: white;
		padding: 10px;
		max-width: 120px;
	}
	
	/*------- Accessibility ----------*/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
	
