@font-face {
	font-family: Effortless;
	src: url(../font/effortless.woff);
}

html,body
{
    margin: 0px;
    padding: 0px;
}

body {
	background-color: #b5b5b4;
	background-image: url(../images/background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Arial;
}

section, header, footer, nav, article, aside, div, img {
	display: block;
}

img {
	border : none;
}

a {
	color: #0000ff;
}

form.reg label {
	width : 12em;
	text-align : right;
	display : inline-block;
}

section#page-wrapper {
	width: 983px;
	height: 800px;
	max-height: 800px;
	margin: auto;
	overflow-x: hidden;
    position: relative;
}

header {
	background-image: url(../images/HotHappyHoursMasthead.jpg);
	width: 100%;
	height: 128px;
	position : relative;
}


#navNext {
	position: absolute;
	display : block;
	font-weight : bold;
	color : #fcf0a8;
	border-left: 1px solid #ED1A02;
	right: 0;
	bottom: -33px;
	z-index: 9999;
}

#navPrev {
	position: absolute;
	display : block;
	font-weight : bold;
	color : #fcf0a8;
	border-right : 1px solid #ED1A02;
	left: 0;
	bottom: -33px;
	z-index: 9999;
}

div#login, div#logout {
	position : absolute;
	top : 0;
	right : 0;
	display : inline-block;
    color : #fcf0a8;
    font-weight : bold;
    font-size : 16px;
}

div#login a, div#logout a {
	color : #fcf0a8;
	font-weight : bold;
	font-size : 16px;
	display : inline-block;
	margin-right : 5px;
}

div#login a:first-child {
	margin-right : 15px;
}

div#header2 {
	width : 588px;
	height : 78px;
	margin : auto;
	background-image : url(../images/HotHappyHours_PopupMast.jpg);
	background-repeat : no-repeat;
	background-position : center;
	background-size : contain;
}

div.fancybox-overlay {
	z-index : 8020;
}

article#content {
	background-color: #ffffff;
}

nav {
	background-color: #c51601;
	position: relative;
	z-index: 8010;
	white-space : nowrap;
	margin-left: 15px;
}

nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav ul li {
	display: inline-block;
	padding: 8px 20px 8px 5px;
	font-weight: bold;
	font-size: 8pt;
	color: #ffffcc;
	cursor: pointer;
}

nav > ul:first-child > li {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(197, 22, 1) rgb(237, 26, 2) rgb(109, 12, 1) rgb(197, 22, 1);
	width : 78px;
	overflow-x : hidden;
	border-bottom : none;
	text-align : center;
}

nav ul li.arrow {
	background-image: url(../images/arrow_d_c.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

nav > ul > li > ul:first-child > li {
	background-image: url(../images/arrow_r_c.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

nav ul li a {
	color: #ffffcc;
	font-size: 8pt;
	text-decoration: none;
}

nav ul li a:hover, nav ul li:hover {
	color: #ffff77;
}

nav ul li:hover > ul {
	display: block;
}

nav ul li ul {
	position: absolute;
	display: none;
	margin-left: -10px;
	padding: 0;
}

nav > ul:first-child > li:first-child > ul {
	margin-left: -6px;
}

nav ul li ul li {
	float: left;
	clear: left;
	text-align: center;
	background-color: #c51601;
	width: 110px;
	border-bottom: 1px solid #000;
}

nav ul li ul li:hover > ul {
	display: block;
}

nav ul li ul li ul {
	margin-left: 130px;
	margin-top: -20px;
	float: left;
}

article#content {
	position: relative;
	z-index: 8000;
}

/*  nav2    */

nav2 {
	background-color: #ffffff;
	position: relative;
	z-index: 8010;
	white-space : nowrap;
	margin-left: 15px;
}

nav2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

nav2 ul li {
	display: inline-block;
	padding: 8px 20px 8px 5px;
	font-weight: bold;
	font-size: 10pt;
	color: #ffffcc;
	cursor: pointer;
}

nav2 > ul:first-child > li {
	border-width: 1px;
	border-style: solid;
	border-color: rgb(197, 22, 1) rgb(237, 26, 2) rgb(109, 12, 1) rgb(197, 22, 1);
	width : 150px;
	overflow-x : hidden;
	border-bottom : none;
	text-align : center;
}

nav2 ul li.arrow {
	background-image: url(../images/arrow_d_c.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

nav2 > ul > li > ul:first-child > li {
	background-image: url(../images/arrow_r_c.gif);
	background-repeat: no-repeat;
	background-position: 90% center;
}

nav2 ul li a {
	color: #ffffcc;
	font-size: 12pt;
	text-decoration: none;
}

nav2 ul li a:hover, nav2 ul li:hover {
	color: #ffff77;
}

nav2 ul li:hover > ul {
	display: block;
}

nav2 ul li ul {
	position: absolute;
	display: none;
	margin-left: -10px;
	padding: 0;
}

nav2 > ul:first-child > li:first-child > ul {
	margin-left: -6px;
}

nav2 ul li ul li {
	float: left;
	clear: left;
	text-align: center;
	background-color: ffffff;
	width: 110px;
	border-bottom: 1px solid #000;
}

nav2 ul li ul li:hover > ul {
	display: block;
}

nav2 ul li ul li ul {
	margin-left: 130px;
	margin-top: -20px;
	float: left;
}

div#left {
	position: absolute;
	width: 144px;
	background-color: #FFFFCC;
	top: 0;
	bottom: 0;
	z-index: 8001;
}

div#left ul {
	list-style: none;
	margin: 15px 0 0;
	padding: 0;
}

div#left ul li {
	display: block;
	text-align: center;
}

div#left ul li a {
	display: block;
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
	margin: 15px 0;
	padding: 5px 0;
}

div#left ul:first-child li:first-child > a {
	color: #ff0000;
}

div#left ul li a:hover {
	background-color: #ffff77;
}

div#right {
	width: 820px;
	padding: 10px;
	float: right;
}

div#center {
	float : left;
	width : 584px;
	position : relative;
	min-height : 800px;
	padding-bottom : 200px;
	padding-left: 20px;
}

div#center2 {
	float : left;
	width : 583px;
	position : relative;
	min-height : 800px;
	padding-bottom : 200px;
	margin-right: 0px;
	padding-left: 20px;
}

div#ads {
	float : left;
	width : 226px;
	padding : 0 5px;
}

h1#welcome {
    font-weight: bold;
    font-size: 30pt;
    color: #c51601;
    font-family: "Effortless";
    margin-top: 0;
    margin: 0 0 20px 17px;
    text-align: left;
    position: relative;
    display: block;
}

h1#welcome2 {
    font-weight: bold;
    font-size: 22pt;
    color: #c51601;
    font-family: "Effortless";
    margin-top: 0;
    margin: 0 0 20px 17px;
    text-align: left;
    position: relative;
    display: block;
}

h1#welcome span.dist {
    position: absolute;
    right: 0;
    top: 38px;
    font-size: 14pt;
    color: #ffffcc;
    text-shadow: 1px 1px 2px #000;
}

div.row {
	display : table-row;
}

div.cell {
	display : table-cell;
	width : 155px;
	padding-right : 10px;
}

div.cell input[type=text], div.cell input[type=email], div.cell select {
	width : 100%;
	padding : 0;
}

div.cell.active {
	width : 50px;
}

div.cell.header {
	font-weight : bold;
}

div#ads > a {
	display : block;
	margin-bottom : 20px;
}

div.coupons {
	margin-top : 10px;
}

div.coupon {
	float : left;
	margin-left: 10px;
}

div.coupons .coupon:first-child {
	margin-left : 0;
}

form#contactForm {
	margin-top : 20px;
}

form#contactForm label {
	font-size : 9.8pt;
	color : #0000BE;
	font-weight : bold;
}

form#contactForm label.radio {
	color : #000;
	font-weight : normal;
}

form#contactForm p {
	margin : 3px 0;
}

form#contactForm p:last-child {
	margin-top : 20px;
}

form#contactForm p label:first-child {
	width : 12em;
	float : left;
	text-align : right;
	margin-right : 1em;
}

footer {
	width: 584px;
	float: right;
	text-align: center;
	padding: 20px 0;
	position: absolute;
	bottom : 0;
}

footer div.addthis_toolbox {
	display: inline-block;
}

footer div#responsible {
	padding-top: 45px;
}

footer div#bottomMenu, p.popFoot {
	color: #C1C1BF;
	font-size: 8pt;
	margin-top: 30px;
}

footer div#bottomMenu p {
	margin: 0;
}

footer div#bottomMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

footer div#bottomMenu ul li {
	display: inline-block;
	padding: 0 3px;
	border-right: 1px solid #C1C1BF;
}

footer div#bottomMenu ul li:last-child {
	border-right: none;
}

footer div#bottomMenu ul li a {
	color: #C1C1BF;
	text-decoration: none;
}

div.also {
	color : #0000BE;
	font-size : 11pt;
	text-align : center;
}

div.also a {
	color : #0000BE;
	font-weight : bold;
	text-decoration : underline;
	display : inline-block;
	margin : 0 3px;
}

.clear:before, .clear:after {
	content: "";
	display: table;
}
.clear:after {
	clear: both;
}

.gssb_c {
	z-index : 10001 !important;
}

#fsamenities p {
	display : block;
	width : 250px;
	float : left;
	margin : 3px 0;
}

fieldset.leftform label, div#center.checkout form fieldset div label {
	width : 195px;
	text-align : right;
	display: inline-block;
	background-color: #c51601;
	color: #ffffcc;
	height: 23px;
	padding-top: 5px;
	padding-right: 5px;
	float: left;
	clear: left;
	position: relative;
	z-index: 500;
}

fieldset.leftform label:empty, div#center.checkout form fieldset label:empty {
	background-color: transparent;
}

fieldset.leftform textarea, div#center.checkout form fieldset textarea {
	width: 785px;
	margin-top: -28px;
	position: relative;
	z-index: 499;
	text-indent: 200px;
	line-height: 2;
	height: 90px;
	transition: 0.5s border;
	-webkit-transition: 0.5s border;
	-moz-transition: 0.5s border;
	-o-transition: 0.5s border;
	-ms-transition: 0.5s border;
}

fieldset.leftform textarea:focus, div#center.checkout form fieldset textarea:focus {
	border: 2px solid #c51601;
}

fieldset.leftform, fieldset#fsamenities, div#center.checkout form fieldset {
	border: 1px solid #c51601;
	border-radius: 8px;
	margin-bottom: 15px;
}

fieldset.leftform legend, fieldset#fsamenities legend, div#center.checkout form fieldset legend {
	color: #c51601;
	font-size: 14pt;
}

fieldset.leftform input[type=text], fieldset.leftform input[type=url], fieldset.leftform input[type=number],
fieldset.leftform input[type=tel], fieldset.leftform input[type=email], fieldset.leftform input[type=password], input.search,
div#center.checkout form fieldset input[type=text] {
	height: 24px;
	padding: 0;
	margin: 0;
	width: 585px;
	display: block;
	transition: 0.5s border;
	-webkit-transition: 0.5s border;
	-moz-transition: 0.5s border;
	-o-transition: 0.5s border;
	-ms-transition: 0.5s border;
    text-indent: 8px;
}

fieldset.leftform input[type=text]:focus, fieldset.leftform input[type=url]:focus, fieldset.leftform input[type=number]:focus,
fieldset.leftform input[type=tel]:focus, fieldset.leftform input[type=email]:focus, fieldset.leftform input[type=password]:focus,
input.search:focus, div#center.checkout form fieldset input[type=text]:focus {
	border: 2px solid #c51601;
}

fieldset.leftform input[type=file] {
	width: 565px;
	padding: 2px 0 0 20px;
	display: block;
}

span.removePreview {
	display: block;
	margin-bottom: 10px !important;
}

fieldset.leftform select, div#center.checkout form fieldset select {
	height: 28px;
	padding: 0;
	margin: 0;
	width: 589px;
	transition: 0.5s border;
	-webkit-transition: 0.5s border;
	-moz-transition: 0.5s border;
	-o-transition: 0.5s border;
	-ms-transition: 0.5s border;
}

fieldset.leftform select:focus, div#center.checkout form fieldset select:focus {
	border: 2px solid #c51601;
}

fieldset.leftform select[multiple] {
	height: 100px;
}

fieldset.social input {
	width : 330px;
}


div#center.checkout form fieldset {
	border: none;
	border-radius: 0;
}

img.image_preview {
	max-width: 100px;
	max-height: 100px;
}

table#my_establishments {
	min-width: 100%;
}

table#my_establishments, table#my_establishments td, table#my_establishments th, div.row, div.cell {
	border: 1px solid #000;
	border-collapse: collapse;
}

table#my_establishments td, table#my_establishments th, div.cell {
	padding: 3px 5px;
}

table#my_establishments th, div.cell {
	background-color: #c51601;
	color: #fff;
}

table#my_establishments tr:nth-child(2n+1) > td, form.muf:nth-child(2n+1) > div.row > div.cell {
	background-color: #fff;
}

table#my_establishments tr:nth-child(2n+2) > td, form.muf:nth-child(2n+2) > div.row > div.cell {
	background-color: #eee;
}

table#my_establishments tr td:last-child {
	text-align: center;
}

.center {
	text-align: center;
}

table#my_establishments td a {
	text-decoration: none;
}

table#my_establishments td img {
	display: inline;
}

ul.options {
	display: inline-block;
	list-style: none;
	margin: 10px;
	padding: 10px;
	float: left;
	border: 1px solid #000;
	border-radius: 8px;
	border-color: #c51601;
	box-shadow: 0.5px 0.5px 1px #000;
	min-height: 181px;
}

ul.options span {
	color: #C51601;
}

ul.options li a, a.back, input.back, button.back {
	display: block;
	padding: 5px 5px;
	width: 200px;
	background-color: #c51601;
	color: #ffffcc;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	margin: 10px 0;
}

ul.options li a:hover, a.back:hover {
	color: #ffff77;
}

p.social_input {
	position: relative;
}

p.social_input img {
	position: absolute;
	top: 0;
	right: 0;
	height: 28px;
}

#ui-datepicker-div {
    z-index: 9001 !important;
}

#subline {
    background-color: #C51601;
    color: #ffc;
    text-align: right;
    margin-bottom: 10px;
    padding: 5px 15px 5px 0;
    font-style: italic;
    font-weight: bold;
    position: absolute;
    right: 0;
}

#couponTop {
    position: absolute;
    backgrounc-color: #ffffcc;
    border-radius: 4px;
    border: 1px solid #000;
    display: none;
}

div#left ul li select {
	width: 120px;
	margin: 10px 0;
}

div#squeeze_ads {
	position : fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: blur(3px);
	-moz-filter: blur(3px);
	-webkit-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
	z-index: 11996;
	background-color: #000;
	text-align: center;
	background-image: url(../images/squeeze.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

div#squeeze_modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.8;
	z-index: 11997;
}

.blur {
	filter: blur(3px);
	-moz-filter: blur(3px);
	-webkit-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}

div#squeeze {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 11998;
}

div#innerSqueeze {
	position: relative;
	width: 588px;
	margin: auto;
	height: auto;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
	filter: blur(0px);
	-moz-filter: blur(0px);
	-webkit-filter: blur(0px);
	-o-filter: blur(0px);
	-ms-filter: blur(0px);
}

div#innerSqueeze p {
	padding: 20px;
	text-align: center;
}

div#innerSqueeze p button {
	display: inline;
}

div#innerSqueeze fieldset {
	border: none;
}

div#innerSqueeze fieldset.leftform input[type=text], div#innerSqueeze fieldset.leftform input[type=password] {
	width: 325px;
}

div#innerSqueeze a.back {
	width: 200px;
	background-color: #c51601;
	color: #ffffcc;
	text-align: center;
	text-decoration: none;
	border-radius: 12px;
	margin: 20px;
	padding: 10px;
	display: inline-block;
	box-shadow: 5px 5px 8px #000;
}

div#innerSqueeze div#header2 {
	background-size: 100% 100%;
}
            		
#squeeze_modal, #squeeze_ads, #squeeze {
	display: none;
}

div.g-recaptcha {
	margin-left: 12.5em;
}

div.claim {
	text-align: right;
}

div.claim a {
	font-size: 8pt;
}

p#price {
	position: absolute;
	right: 0;
	top: 0;
	font-weight: bold;
	color: #080;
}

/* LEGACY STYLES */

#featured-estab{ /* Featured Establishment Masthead */
 	color: #FFFFCC;
	font-weight:700; text-align:center; font-family: Arial; font-size:12pt;
	text-decoration: none;
	position:relative;  
 	background-color:#C51601; 
 	display:block;
 	overflow:auto;
 	padding : 5px 0;
 	margin-bottom : 15px;
}

#google-search {/* Google Search Box */

	position: relative;
	top: 1em;
	width: 236px;
	height: 20px color : #C51601;
	font-weight: 700;
	text-align: right;
	font-family: Arial;
	font-size: 12pt;
	display: block;
	overflow: auto;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	margin-top: -10px;
}

/* column container */
.colmask {
	position: relative;	/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
	clear: both;
	float: center;
	width: 100%;	/* width of whole page */
	overflow: hidden;	/* This chops off any overhanging divs */
}

/* holy grail 3 column settings */
.holygrail {
	background: #fff;	/* Right column background colour */
}
.holygrail .colmid {
	float: left;
	width: 200%;
	margin-left: -250px;	/* Width of right column */
	position: relative;
	right: 100%;
	background: #fff;	/* Centre column background colour */
}
.holygrail .colleft {
	float: left;
	width: 100%;
	margin-left: -50%;
	position: relative;
	left: 400px;	/* Left column width + right column width */
	background: #FFFFCC;	/* Left column background colour */
}
.holygrail .col1wrap {
	float: left;
	width: 50%;
	position: relative;
	right: 200px;	/* Width of left column */
	padding-bottom: 1em;	/* Centre column bottom padding. Leave it out if it's zero */
}
.holygrail .col1 {
	margin: 0 200px;
	position: relative;
	left: 200%;
	overflow: hidden;
	text-align: left;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}

.holygrail .col2 {
	float: left;
	float: right;	/* This overrides the float:left above */
	width: 128px;	/* Width of left column content (left column width minus left and right padding) */
	position: relative;
	background-color: #FFFFCC;
	text-align: center;
	right: 15px; /* Width of the left-had side padding on the left column */
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}
.holygrail .col3 {
	float: left;
	float: right;	/* This overrides the float:left above */
	width: 236px;	/* Width of right column content (right column width minus left and right padding) */
	margin-right: 25px;	/* Width of right column right-hand padding + left column left and right padding */
	position: relative;
	left: 50%;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
}

#headline {/* Establishment Headline */
	position: relative;
	background-color: #FFFFFF;
	display: block;
	clear: left;
	padding : 8px 0;
	clear: bloth;
	margin-top: 5px;
}

#headline-null {/* No Establishment Headline Present */
	position: relative;
	height: 0px;
	background-color: #000000;
	width: 580px;
	display: block;
	overflow: auto;
	margin-top: 12px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 10px;
}

#containerTV/* Superimpose Number on TV Image */ {
	height: 33px;
	width: 53px;
	position: relative;
	text-align: center;
	border-style: solid;
	border-color: #ffffff;
	border-width: 1px;
}

#imageTV {
	position: absolute;
	left: 0;
	top: 0;
}
#textTV {
	z-index: 100;
	position: relative;
	color: yellow;
	font: 15px arial, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	left: 3px;
	margin-top: 6px;
}

#containerEntertainment/* Superimpose Number on Music Note Image */ {
	height: 36px;
	width: 56px;
	position: relative;
}

#imageEntertainment {
	position: absolute;
	left: 0;
	top: 0;
}
#textEntertainment {
	z-index: 100;
	position: absolute;
	color: red;
	font: 12px arial, sans-serif;
	font-weight: bold;
	left: 6px;
	top: -4px;
}

#textEntertainmentOverlay {
	z-index: 100;
	position: absolute;
	color: red;
	font: 15px arial, sans-serif;
	font-weight: bold;
	left: 6px;
	top: -4px;
}

#textEntertainment-Link {
	z-index: 100;
	position: absolute;
	color: red;
	text-align: center;
	text-decoration: underline;
	font: 13px arial, sans-serif;
	font-weight: bold;
	left: 3px;
	top: -4px;
}

#containerReservations/* Superimpose Number on Music Note Image */ {
	height: 33px;
	width: 43px;
	position: relative;
}

#imageReservations {
	position: absolute;
	left: 0;
	top: 0;
}
#textReservations {
	z-index: 100;
	position: absolute;
	color: red;
	font: 5px arial, sans-serif;
	font-weight: bold;
	left: 6px;
	top: -4px;
}

#textReservationsOverlay {
	z-index: 100;
	position: absolute;
	color: red;
	font: 5px arial, sans-serif;
	font-weight: bold;
	left: 6px;
	top: -4px;
}

#textReservations-Link {
	z-index: 100;
	position: absolute;
	color: red;
	text-align: center;
	text-decoration: underline;
	font: 13px arial, sans-serif;
	font-weight: bold;
	left: 3px;
	top: -4px;
}

#containerRating {/* Superimpose Number on Star Image */
	height: 38px;
	width: 33px;
	position: relative;
}

#imageRating {
	position: absolute;
	left: 0;
	top: 0;
}

#textRating {
	z-index: 100;
	position: absolute;
	color: blue;
	font: 15px arial, sans-serif;
	font-weight: bold;
	left: 13px;
	top: -7px;
}

#containerPricing {/* Pricing as $$$s */
	height: 38px;
	width: 47px;
	position: relative;
	text-align: center;
	border-style: solid;
	border-color: #000000;
	border-width: 0px;
	max-width: 47px;
}

#textPricing {
	z-index: 100;
	position: relative;
	color: green;
	font: 15px arial, sans-serif;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	left: 3px;
	margin-top: 6px;
}

#amenities {/* Establishment Amenities */
	float: left;
	clear: left;
	height: 65px;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	line-height: 110%;
	position: relative;
	display: inline-block;
	border-style: solid;
	border-width: 0px;
	border-color: #FFFFFF;
	margin-top: 10px;
}

#amenities-more-1 {/* Establishment Amenities Overflow*/
	float: left;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 9pt;
	font-style: normal;
	text-align: left;
	line-height: 110%;
	position: relative;
	display: inline-block;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	margin-top: 5px;
	padding-top: 5px;
	padding-left: 0px;
	margin-left: 15x;
	margin-bottom: 0px; /* -15px; */
}

#amenities-more-1 ul {
	width: 200px;
	margin-top: 0;
}

#amenities-more-1 ul li {
	float: left;
	list-style-image: url(../images/RedMiddleDot.jpg);
	width: 100px;
}

#estab-name {/* Establishment Name */
	float: left;
	position: relative;
	color: #C51601;
	font-weight: 700;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	height: 24px;
	width: auto;
	max-width: 290px;
	background-color: #FFFFFF;
	display: block;
	border-style: solid;
	border-width: 0px;
	padding-right: 5px;
	padding-left: 0px;
	padding-top: 13px;
	margin-bottom: -5px;
	margin-right : 10px;
	white-space: nowrap;
}

#recaptcha_area {
	margin-left: 9.3em;
}

#recaptcha_area input {
	display: inline !important;
	height: auto !important;
}

#estab-name-long {/* Establishment Name */
	float: left;
	position: relative;
	color: #C51601;
	font-weight: 700;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	height: 39px;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
	margin-bottom: -5px;
}

#estab-address {/* Establishment Address */
	float: left;
	position: relative;
	color: #000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	height: auto;
	width: 230px;
	background-color: #FFF;
	display: block;
	border-style: solid;
	border-width: 0px;
	border-color: #000;
	padding-right: 10px;
	padding-left: 0px;
	margin-top: 10px;
	clear: left;
}

#estab-address p {
	margin: 0;
}

#estab-bodycopy p:first-child {
	margin-top: 0;
}

#estab-bodycopy {/* Establishment Body Copy First Block*/
	float: left;
	position: relative;
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 300px;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	min-height: 50px;
	word-wrap: break-word;
	margin-top: 10px;
}

#estab-featuredCopy {
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
}

#estab-bodycopy2 {/* Establishment Body Copy Second Block*/
	float: left;
	position: relative;
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 560px;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding-right: 15px;
	margin-top: 12px;
	min-height: 0px;
	margin-bottom: 0px;
	word-wrap: break-word;
}

#estab-bodycopy3 {/* Establishment Body Copy Third Block*/
	float: left;
	position: relative;
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 568px;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding-right: 10px;
	padding-left: 10px;
	margin-top: 5px;
	word-wrap: break-word;
}

#estab-bodycopy4 {/* General Information Page Body Copy Block */
	float: left;
	position: relative;
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 560x;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	min-height: 50px;
	word-wrap: break-word;
	margin-top: 10px;
	padding-left: 10px;
}

#estab-bodycopy5 {/* General Information Page Body Copy Block */
	float: left;
	position: relative;
	color: #000000;
	font-weight: 400;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	font-style: normal;
	text-decoration: none;
	position: relative;
	height: auto;
	width: 500x;
	background-color: #FFFFFF;
	display: block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	min-height: 50px;
	word-wrap: break-word;
	margin-top: 0px;
	padding-left: 10px;
}

#links {/* Establishment Map amd Social Media Links */
	float: left;
	position: relative;
	font-weight: 700;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	position: relative;
	height: 42px;
	width: auto;
	background-color: #FFFFFF;
	display: inline-block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: -2px;
	margin-right : 10px;
}

#links2 {/* Establishment Map amd Social Media Links */
	float: left;
	position: relative;
	font-weight: 700;
	text-align: left;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	position: relative;
	height: 42px;
	width: 563 px;
	background-color: #FFFFFF;
	display: inline-block;
	overflow: auto;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	padding-top: 10px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: -2px;
}

#thumbnails {/* Establishment Thumbnail Photos */
	float: left;
	position: relative;
	overflow: auto;
	display: inline-block;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	min-height: 48px;
	padding-left: 0px;
}

#thumbnails2 {/* Establishment Thumbnail Photos */
	float: left;
	position: relative;
	width: 580;
	overflow: auto;
	display: inline-block;
	border-style: solid;
	border-width: 0px;
	border-color: #000000;
	min-height: 48px;
}

ul#display-inline-block, ul#display-inline-block li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}

ul#display-inline-block li {/* Link Icons */
	color: #0000BE;
	font-weight: 400;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	display: inline-block;
	float: left;
	width: auto;
	min-height: 24px;
	background: #FFFFFF;
	vertical-align: bottom;
	padding-Top: 10px;
	padding-bottom: -25px;
}

ul#display-inline-block2, ul#display-inline-block2 li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}

ul#display-inline-block2 li {/* Thumdnail Photos */
	color: #0000BE;
	font-weight: 400;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	display: inline-block;
	float: left;
	width: auto;
	min-height: 48px;
	background: #FFFFFF;
	vertical-align: top;
}

ul#display-inline-block3, ul#display-inline-block2 li {
	/* Setting a common base */
	margin: 0;
	padding: 0;
}

ul#display-inline-block3 li {/* Amenty Icons */
	color: #0000BE;
	font-weight: 400;
	text-align: center;
	font-family: Arial;
	font-size: 11pt;
	text-decoration: none;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 2px;
	display: inline-block;
	float: left;
	width: auto;
	background: #FFFFFF;
	vertical-align: text-botton;
}

p.type1 {
	font: 8pt Arial, sans-serif;
	color: #C1C1BF;
	text-align: center;
	text-decoration: none;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

p.type2 {/* Body Font */
	font: normal 14px Arial, sans-serif;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

p.type3 {/* Caption Font */
	font: normal 16px Arial, sans-serif;
	font-weight: bold;
	font-style: italic;
	color: #3330be;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
} 

p.type5 {/* MADD Message */
	font: 12pt Arial, sans-serif;
	color: #C1C1BF;
	text-align: center;
	text-decoration: bold;
	margin-top: 1px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}

/* Sidebar Styles */

div.SidebarAds {/* Sidebar Advertisements */
	float: left;
	position: relative;
	overflow: auto;
	display: inline-block;
	border-style: none;
	border-width: 0px;
	overflow: hidden;
	height: 330px;
	margin-bottom: 15px;
}

div.BlockedSidebarAds {/* Adblocker Blocking Sidebar Advertisements */
	float: left;
	position: relative;
	overflow: auto;
	display: inline-block;
	border-style: none;
	border-width: 0px;
	overflow: hidden;
	height: 330px;
	margin-bottom: 15px;
}

div.SidebarAds.affiliate {
	height: auto;
}

.tinynav {
	display: none;
}

@media screen and (max-width: 480px) {
    
    body {
    	background-color: #ccc;
    	padding: 5px;
    }

    ul#mainNav, div#subline {
        display: none !important;
    }

    .tinynav {
    	display: block;
    }
    
    #tinynav1 {
    	width: 100%;
    	height: 30px;
    	border: 1px solid #c51601;
    }
    
    div#squeeze {
    	height: 800px;
  		position: absolute;
    }
    
    #recaptcha_area {
		margin-left: 0;
	}
	
	form.reg label {
		width: 9em !important;
	}
	
	fieldset.leftform input[type=text], fieldset.leftform input[type=password] {
		width: 180px !important;
	}
	
	fieldset.leftform label {
		width: 125px !important;
	}
	
	div#innerSqueeze {
		width: 100%;
		top: 0;
		transform: none;
	}
    
    div#left, nav ul, div#___gcse_1, div#login {
        display: none;
    }
    
    div#subline {
        display: block !important;
        font-size: 10pt;
    }
    
    article#content {
    	width: 100% !important;
    }
    
    div#right {
    	float: none;
    	width: 100% !important;
    	padding: 0;
    }
    
    div#ads, div#center, #estab-bodycopy2 {
    	width: 100%;
    }
      
    section#page-wrapper {
    	width: 95% !important;
    	border-radius: 8px;
    }
    
    div#ads {
    	padding: 0;
    }
    
    div.SidebarAds {
    	width: 46%;
		height: auto;
		margin: 0 2% 15px;
    }
    
    div.SidebarAds a {
    	display: inline;
    	width: 100%;
    	overflow-x: hidden;
    }
    
    div.SidebarAds a img {
    	width: 100%;
    	margin: auto;
    }
    
    header, div#header2 {
    	background-repeat: no-repeat;
    	height: 60px;
    	width: 100% !important;
    	background-size: cover;
    	background-position: center;
    }
    
    div.SidebarAds:nth-child(2n+2) {
    	clear: left;
    }
}

@media screen and (max-width: 480px) and (orientation:portrait) {
	div.SidebarAds {
    	width: 100%;
		height: auto;
		margin: 0 0 15px;
    }
    
    header, div#header2 {
    	background-size: contain;
    	background-size: 100% 100%;
    }
}

#changeLocation {
     color: #fff;
     text-decoration: none;
 }

#changeLocation:hover {
    color: #ffffcc;
}

#___gcse_0 {
    margin-top: -28px;
}

#location_modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9000;
}

#location_change {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9001;
}

#innerLocation {
    display: none;
    width: 830px;
    margin: 150px auto 0;
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
}