/*******************************************************************
  HTML, BODY, CONTAINER
*******************************************************************/

html {
	height: 100%;
	box-sizing: border-box;
}

body{
	background: #fff;
	min-height: 100%;
	position: relative;
	font-family: "Open Sans", "Myriad Pro", Arial, sans-serif;
	color: #404040;
}

* {
	box-sizing: border-box;
}

#jx-uhid-con-id {
	z-index: 100000000000;
}

.text-center {
	text-align: center;
}

/*******************************************************************
  HEADINGS
*******************************************************************/

h1,h2,h3,h4,h5,h6 {
	font-family: "Open Sans", "Myriad Pro", Arial, sans-serif;
	line-height: normal;
	font-weight: 400;
	position: relative;
	color: #FA4616;
}

h1 {
	font-size: 28px;
	text-transform: uppercase;
}

h1 + h2 {
	margin-top: -10px;
	color: #404040;
	font: bold 18px "Open Sans", "Myriad Pro", Arial, sans-serif;
	text-transform: none;
}

h3 {
	color: #FA4616;
	font-weight: bold;
}

/* Reduces margin for titles adjacent to lists or paragraphs*/
h2 + p, h3 + p, h4 + p, h3 + ul {
	margin-top: 0;
}

/*******************************************************************
	ICONS
*******************************************************************/

@font-face {
	font-family: 'Icons';
	src: url('fonts/fontawesome-webfont_v-3.2.1.eot');
	src: url('fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('fonts/fontawesome-webfont_v-3.2.1.woff') format('woff'), url('fonts/fontawesome-webfont_v-3.2.1.ttf') format('truetype'), url('fonts/fontawesome-webfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-style: normal;
	font-family: 'Icons';
}

/*******************************************************************
	BOOKING ENGINE
*******************************************************************/

.booking-form {
	position: absolute;
	right: 0;
	top: 38px;
	font-size: 0;
	text-align: right;
}

.booking-form .inputs {
	display: inline-block;
}

.booking-form .arrival-container,
.booking-form .departure-container,
.booking-form .promo-container,
.booking-form .submit-container {
	display: inline-block;
	margin-left: 20px;
	vertical-align: middle;
}

.booking-form .arrival-container {
	margin-left: 0;
}

.booking-form input[type="text"] {
	max-width: 125px;
	height: 26px;
	padding: 0 5px;
	border-style: none;
	background: #f4f4f4;
	font-size: 12px;
	color: #36393d;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
}

.booking-form .calendar {
	vertical-align: middle;
	margin: 0 5px;
}

.booking-form .submit {
	display: inline-block;
	padding: 0px 24px;
	background: #000;
	font: 400 18px/26px Oswald, "Open Sans", "Myriad Pro", Arial, sans-serif;
	color: #FFFFFF;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
}

.booking-form .submit:hover {
	color: #FA4616;
	background: #fff;
	box-shadow:  inset 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

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

/*******************************************************************
	TEXT & OTHER GENERAL PAGE ELEMENTS
*******************************************************************/

ul {
	padding-left: 0;
}

ul ul {
	padding-left: 40px;
}

img {
	max-width: 100%;
}

.required {
	color: #ff0000;
}


hr {
	background: #FA4616;
	border: none;
	height: 1px;
	margin: 20px 0;
}

.photoborder,
.photoborder-multiple {
	float: right;
	margin: 0px 0 20px 20px;
	line-height: 0;
	max-width: 35%;
}

.photoborder.left {
	float: left;
	margin: 0 20px 20px 0
}

.photoborder.no-shadow img {
	box-shadow: none;
}

.photoborder img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	width: 100%;
}

.photoborder-multiple img {
	box-shadow: 2px 2px 2px rgba(0,0,0,0.5);
	display: block;
	margin-bottom: 15px;
	width: 100%;
}

.photoborder-multiple img:last-of-type {
	margin-bottom: 0;
}

blockquote {
	border-top: 1px solid #FA4616;
	border-bottom: 1px solid #FA4616;
	padding: 15px 10px;
	font-weight: 300;
	font-style: italic;
	text-align: center;
	font-size: 20px;
	line-height: 24px;
}

blockquote h2 {
	margin-top: 0;
}

label {
	font-weight: normal;
}

li {
	list-style-position: inside;
}

dt {
	font-weight: bold;
}

/*******************************************************************
  GLOBAL LINKS
*******************************************************************/

a:link, a:visited {
	color: #FA4616;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

/* buttons */
a:link.button,
a:visited.button,
strong em a:link,
strong em a:visited,
em strong a:link,
em strong a:visited {
	display: inline-block;
	background-color: #FA4616;
	font: bold 16px "Open Sans", "Myriad Pro", Arial, sans-serif;
	color: #fff;
	padding: 2px 20px;
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 3px;
	margin: 5px 0;
	text-shadow: none;
}

a.button:hover,
strong em a:hover,
em strong a:hover {
	background: #000;
	text-shadow: none;
}

a:link.button.large,
a:visited.button.large {
	background: #000000;
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	text-align: center;
}

a:link.button.large:hover {
	 background: #FA4616
 }

/*******************************************************************
  HEADER
*******************************************************************/

header {
	z-index: 902;
	position: relative;
	margin: 0 0 30px 0;
	width: 100%;
	background: #FA4616;
	box-shadow: 0 2px 5px rgba(0,0,0,0.33);
}


header .content {
	position: relative;
	max-width: 966px;
	height: 130px;
	margin: 0 auto;
}

header .logo {
	display: block;
	position: absolute;
	bottom: 0px;
	max-width: 269px;
	/* padding: 0 27px;
	margin-left: 20px; */
}

/* header .logo:after {
	content: ' ';
	position: absolute;
	bottom: -14px;
	left: 0;
	width: 162px;
	height: 14px;
	background: url(../images/logo-tab.png) no-repeat;
} */

header .logo img {
	display: inline-block;
}

header .info {
	position: absolute;
	top: 27px;
	right: 45px;
	text-align: right;
}

header .address {
	color: #FFFFFF;
	font-size: 14px;
	padding: 0 0 0 0;
	position: absolute;
	right: 0;
	top: 5px;
}

header .address br {
	display: none;
}

header a:link, header a:visited {
	color: #fff;
	text-decoration: none;
}

header a:hover {
	text-decoration: underline;
}
/*******************************************************************
  NAVIGATION
*******************************************************************/

#navigation {		/* #navigation is required as an ID so the google translate button is functional */
	position: absolute;
	bottom: 0px;
	right: 0;
	list-style-type: none;
	padding: 0;
	font-size: 0;
}

#navigation li {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

#navigation > li:last-child:after {
	display: none;
}

#navigation li:last-child {
	border-right: none;
}

#navigation a:link, #navigation a:visited {
	display: inline-block;
	padding: 7px 13px;
	font: 17px/30px Oswald, "Open Sans", "Myriad Pro", sans-serif;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
}

#navigation a:hover, #navigation > li:hover > a {
	color: #fff;
	background: #000;
	text-decoration: none;
}

#navigation ul {
	min-width: 100%;
	display: none;
	position: absolute;
	right: 0;
	padding-left: 0;
	margin: 0;
	border: none;
	z-index: 1000;
	text-align: right;

	box-shadow: 0 3px 3px rgba(0,0,0,0.25);
}

#navigation > li:hover > ul {
	display: block;
}

#navigation li li {
	display: block;
	border-right: none;
}

#navigation ul a:link, #navigation ul a:visited {
	display: block;
	height: auto;
	padding: 8px 15px;
	background: #000;
	color: #FFFFFF;
}

#navigation ul a:hover {
	background: #FFFFFF;
	color: #FA4616;
}

/*******************************************************************
	MOBILE NAVIGATION
*******************************************************************/

#mobile-navigation {
	display: none;
	position: fixed;
	z-index: 10000000000;
	width: 100%;
	top: 0;
	left: 0;
	font-family: Oswald, "Open Sans", "Myriad Pro", Arial, sans-serif;
	text-transform: uppercase;
	text-align: left;
}

#mobile-navigation > ul {
	position: absolute;
	top: 34px;
	right: 10px;
	height: 0;
	overflow: hidden;
	margin: 0;
}

/* Mobile menu display class, expands to full height*/
#mobile-navigation .show {
	height:auto;
}

/* Menu button*/
#mobile-navigation .menu {
	position: absolute;
	top: 0px;
	right: 10px;
	padding: 10px 20px;
	background: #000;
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	cursor: pointer;
}

#mobile-navigation .menu:hover {
	background: #fff;
	color: #FA4616;
	text-decoration: none;
}

#mobile-navigation  li {
	position: relative;
	min-width: 240px;
	padding: 0;
	margin: 0;
	list-style-type: none; 
	white-space: nowrap;
}

#mobile-navigation li a {
	display: block;
	background: #000;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 7px 10px 7px 20px;
	text-decoration: none;
	color: #fff;
}

#mobile-navigation a:hover {
	background: #FA4616;
	color: #fff;
	text-decoration: none;
}

/* Submenus*/
#mobile-navigation li .icon {	/* This icon displays to the right of a menu if it a dropdown*/
	position: absolute;
	display: block;
	right: 0px;
	top: 0;
	overflow: hidden;
	height: 35px;
	width: 40px;
	padding: 6px 30px 7px 10px;
	content: '/u+229E';
	font-size: 1.5em;
	line-height: 1;
	text-align: center;
}

#mobile-navigation li .icon:hover {
	color: #222222;
}

#mobile-navigation ul ul, #mobile-navigation ul div {
	display: block;
	height: 0;
	margin-left: 0;
	padding-left: 0;
	background: #fff;
}

#mobile-navigation ul div ul {
	height: auto;
}

#mobile-navigation li li a {
	padding-left: 40px;
	background: rgba(0,0,0,0.8);
}

#mobile-navigation .callouts img {
	display: none;
}

/* Hides expanded menu stuff */

#mobile-navigation .info, #mobile-navigation h3 {
	display: none;
}

/*******************************************************************
	CONTENT
*******************************************************************/

#content {
	padding: 5px 10px 50px 0;
}

#content .stack  {
	max-width: 966px;
	margin: 0 auto;
}

/*******************************************************************
  SIDEBAR
*******************************************************************/

.sidebar {
	padding-top: 10px;
	color: #FA4616;
}

.sidebarItem {
	background: #FA4616;
	color: #FFFFFF;
	margin: 0 0 20px 0;
	padding: 20px;
	text-align: center;
}

.sidebarItem h3 {
	border-bottom: 1px solid #fff;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.sidebarItem p {
	font-size: 14px;
}

.sidebarItem .button {
	margin: 10px 0 0 0;
	min-width: 250px;
}

.sidebar .instagram-photos  {
	font-size: 0;
	width: 105%;
	background: url(../images/sidebar-text-image.png) no-repeat top left;
	padding-top: 265px;
	text-align: center;
}
.sidebar .instagram-photos .item img {
	display: inline-block;
	width: 100%;
	height: 100px;
}
.sidebar .instagram-photos .item {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 5px;
	width: 100px;
	height: 100px;
}

.sidebar .instagram-link {
	display: inline-block;
	margin: 20px 0;
}

/*******************************************************************
	MASONRY GRID
*******************************************************************/

.masonry-container {
	max-width: 966px;
	margin: 0 auto;
	text-align: center;
} 

.masonry-container .item {
	display: block;
	float: left;
	position: relative;
	overflow: hidden;
	width: 315px;
	min-height: 315px;
	margin-bottom: 12px;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 20px;
	color: #fff;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1) inset;
	text-align: right;
}

.masonry-container .falseHeader p strong {
	text-transform: uppercase;
	font: 28px/28px Oswald, "Open Sans", "Myriad Pro", Arial, sans-serif;
}

.masonry-container .item.h2x {
	height: 640px;
}

.masonry-container .item.h3x {
	height: 965px;
}

.masonry-container .item.w2x {
	width: 640px;
}

.masonry-container .item.w3x {
	width: 965px;
}

.masonry-container .item:before {
	content: ' ';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 4;
	border: 10px solid #FA4616;
	transform: scale(1.1);
	box-sizing: border-box;
}

.masonry-container .item.no-effect:before {
	display: none;
}

.masonry-container .item:hover:before {
	transform: scale(1);
	transition: all 0.2s ease-out 0s;
}

.masonry-container .item:hover {
	border-color: #FA4616;
}

.masonry-container .item:not(.no-effect):hover img {
	transform: scale(1);
}

.masonry-container .item > img {
	position: absolute;
	width: 100%;
	/* z-index: -2; */
	top: 0;
	left: 0;
	transform: scale(1.05);
	transition: all 0.2s ease-out 0s;
}

.masonry-container .item.no-effect > img {
	transform: inherit;
}

.masonry-container .paragraph {
	bottom: 80px;
	padding: 15px 20px;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 10;
}

.masonry-container .paragraph.push {
	bottom: 100px;
}

.masonry-container h3 {
	z-index: 10;
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 100%;
	margin: 0;
	font: 28px/28px Oswald, "Open Sans", "Myriad Pro", Arial, sans-serif;
	color: #fff;
	text-shadow: 1px 1px 2px #464646;
	text-transform: uppercase;
}

.masonry-container .left-align h3 {
	text-align: left;
	left: 5px;
}

.masonry-container .paragraph p {
	padding: 15px 20px;
	position: absolute;
	right: 0;
	text-align: right;
	width: 100%;
}

/* Custom items*/
.masonry-container .item.facebook {
	background: #000000 url(../images/ico-like.png) no-repeat center 90%;
	max-height: 315px;
	text-decoration: none;
}

.masonry-container .item.facebook h2 {
	margin: 0;
	color: #fff;
	line-height: 30px;
}

.masonry-container .item.facebook h3 {
	font-weight: bold;
	margin: 0;
	font-size: 12px;
	text-align: right;
	text-transform: none;
	text-transform: uppercase;
}

.masonry-container .item.facebook p {
	text-align: right;
	text-transform: uppercase;
}
.masonry-container .item.things {
	background: #7c0040;
	text-align: center;
}

.masonry-container .item.welcome {
	background: #FA4616;
	padding: 20px;
	text-align: left;
}

.masonry-container .item.welcome a {
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}

.masonry-container .item.welcome a:hover {
	text-decoration: underline;
}

.masonry-container .item h1 {
	font-size: 28px;
	line-height: 28px;
	margin: 0 0 20px 0;
	color: #fff;
	text-transform: uppercase;
}

.masonry-container .item.normal h3 {
	position: static;
	padding: 0;
	margin-bottom: 20px;
}

.masonry-container .item.twitter {
	background: #FA4616 url(../images/ico-twitter.png) no-repeat center 90%;
	max-height: 315px;
	text-transform: uppercase;
}

.masonry-container .item.twitter h3 {
	font-size: 24px;
	text-transform: none;
}

.masonry-container .narrow {
	min-height: 0;
	overflow: visible;
}


.video-container {
	position: absolute;
	left: 0;
	z-index: 3;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.2s ease-out 0s;
}

.masonry-container .item:not(.no-effect):hover 
.video-container {
	transform: scale(0.98);
}

/*******************************************************************
  COUNTDOWN MASONRY ITEM
*******************************************************************/

.masonry-container .item.countdown-homepage-container {
	background: #99001e;
	/* Old browsers */
	background: -moz-linear-gradient(left, #99001e 0%, #c90000 50%, #99001e 100%);
	background: -webkit-linear-gradient(left, #99001e 0%, #c90000 50%, #99001e 100%);
	background: linear-gradient(to right, #99001e 0%, #c90000 50%, #99001e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99001e', endColorstr='#99001e', GradientType=1 );
	padding: 15px;
}

#countdown-homepage {
	background: url(http://www.hooterscasinohotel.com/images/logo-steak-n-shake-template-homepage.png) no-repeat;
	background-size: contain;
	height: 202px;
	margin: 42px auto 0 auto;
	position: relative;
	width: 280px;
}

#countdown-homepage .days {
	position: absolute;
	text-align: center;
	width: 100px;
	z-index: 9999;
}

#countdown-homepage .days {
	left: 90px;
	top: 60px;
}

#countdown-homepage .days .count {
	color: #FFF;
	font-size: 60px;
	font-weight: bold;
	line-height: 60px;
}

#countdown-homepage .days .time {
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}

.masonry-container .item.countdown-homepage-container h2 {
    z-index: 10;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 100%;
    margin: 0;
    font: 28px/28px Oswald, "Open Sans", "Myriad Pro", Arial, sans-serif;
    color: #fff;
    text-align: center;
    text-shadow: 1px 1px 2px #464646;
    text-transform: uppercase;
}

.masonry-container .item.countdown-homepage-container h3 {
	bottom: 10px;
	text-align: center;
}

/*******************************************************************
  Email
*******************************************************************/

.masonry-container .narrow {
	position: relative;
	width: 100%;
	max-width: 640px;
	height: 100px;
	padding: 15px 20px;
	background: url(../images/email.jpg);
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.5) inset;
	color: #fff;
	text-align: left;
}

.masonry-container .narrow:after {
	position: absolute;
	right: -325px;
	top: 0;
	content: ' ';
	width: 315px;
	height: 100px;
	background: url(../images/email-side.jpg);
}

.masonry-container .narrow h3 {
	margin: 0 0 2px !important;
	font-size: 22px;
	line-height: 22px;
	color: #fff;
	text-transform: uppercase;
}

.narrow .email {
	width: 305px;
	height: 26px;
	border-style: none;
	padding: 0 5px;
	margin-right: 10px;
	background: #f4f4f4;
	font-size: 12px;
	color: #36393d;
	vertical-align: middle;
	border-radius: 5px;
	text-transform: uppercase;
}



.narrow .submit {
	display: inline-block;
	border-style: none;
	padding: 0px 35px;
	background: #FA4616;
	font: 600 18px/26px "Open Sans", "Myriad Pro", Arial, sans-serif;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	text-decoration: none;
	vertical-align: middle;
}

.narrow .submit:hover {
	color: #FA4616;
	background: #fff;
	box-shadow:  inset 0px 0px 20px 0px rgba(0, 0, 0, 0.25);
}

.narrow .form_success {
	display: none;
}

.narrow .form_success {
	display: none;
}

/* Surrounds the inputs witha  red border if an error is found on submit*/
#email_signup input.error,#email_signup textarea.error {border: 1px solid #ff0000}
/* Hides error messages above individual inputs*/
.narrow p.error {display: none !important} 

/*******************************************************************
  FOOTER
*******************************************************************/

footer {
	z-index: 1000;
	/* position: absolute; */
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 20px;
	background: #FA4616;
	font-size: 14px;
	color: #fff;
	/* box-shadow: 0 -3px 20px rgba(0,0,0,0.25); */
}

footer .stack {
	max-width: 966px;
	margin: 0 auto;
}

footer img {
	float: left;
	padding: 0px 20px 0px 0px;
}

footer .stack [class*="col"] {
	height: auto;
}

footer p, footer h4 {
	margin: 0;
}

footer h4 {
	color: #fff;
	text-transform: uppercase;
}

footer a:link, footer a:visited {
	color: #fff;
	text-decoration: none;
}

footer a:hover {
	color: #fff;
	text-decoration: underline;
}

footer .copyright {
	text-align: right;
}

/*******************************************************************
	SOCIAL
*******************************************************************/

.social {
	display: inline-block;
	margin: 0;
	padding: 0;
}

.social li {
	display: inline-block;
	list-style-type: none;
	margin-left: 15px;
	vertical-align: middle;
}

.social a:link, .social a:visited {
	display: inline-block;
	font: 16px/28px Icons;
	color: #fff;
	text-align: center;
	text-decoration: none;
}

.social a:hover {
	color: #000;
}

.social .map a:before { content: "\f276"; font-size: 16px; }
.social .facebook a:before { content: "\f09a"; font-size: 16px; padding-right: 1px; padding-top: 2px; }
.social .tripadvisor a:before { content: "\f262"; }
.social .yelp a:before { content: "\f1e9"; font-size: 16px; }
.social .twitter a:before { content: "\f099"; font-size: 16px; }
.social .instagram a:before { content: "\f16d"; font-size: 16px; }
.social a:focus {
	outline: none;
}

/*******************************************************************
  MEDIA QUERIES
*******************************************************************/


@media handheld, only screen and (max-width: 1000px) {

	header {
		padding-top: 30px;
	}
	
	#navigation {
		display: none;
	}

	footer img {
		float: none;
	}

	#mobile-navigation {
		display: block;
	}

	header .content {
		height: auto;
		text-align: center;
		padding: 0 0 10px 0;
	}

	header .logo {
		bottom: 0;
		margin: 0 auto;
		position: relative;
	}

	.booking-form {
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		padding: 10px 0;
	}

	.booking-form .submit {
		max-width: 200px;
	}

	.booking-form input[type="text"] {
		max-width: 85px;
	}

	header .address {
		background: none;
		padding: 0;
		position: relative;
		right: auto;
		top: auto;
	}

	#content {
		padding: 0 20px 50px 20px;
	}

	footer {
		text-align: center;
	}

	footer {
		position: relative;
		bottom: auto;
		padding-top: 30px;
		font-size: 12px;
	}

	footer .copyright {
		text-align: center;
	}

	footer .extra {
		margin-bottom: 90px;
	}

	.narrow {
		margin: 0 auto;
	}

	.narrow:after {
		display: none;
	}

	.masonry-container .item.w3x, .masonry-container .item.w2x {
		width: 640px;
	}

	.masonry-container .item.w3x > img {
		max-width: none;
		width: 915px;
		height: 100%;
		left: 50%;
		margin-left: -457px;
	}
}

@media handheld, only screen and (max-width: 650px) {
	.masonry-container .item, .masonry-container .item.w3x, .masonry-container .item.w2x, .narrow {
		width: 305px;
		margin-left: 7px;
	}

	.narrow {
		height: auto;
	}

	.narrow h3 {
		font-size: 16px;
		line-height: 18px;
		text-align: left;
	}

	.narrow .email {
		display: block;
		width: 100%;
		margin-bottom: 5px;
	}

	.narrow .submit {
		margin: 0 auto; 
	}

	footer .signup h3 {
		margin-bottom: 15px;
	}
}

@media handheld, only screen and (max-width: 530px) {
	.booking-form .submit-container {
		display: block;
		margin: 15px 0 0 0;
	}
}

@media handheld, only screen and (max-width: 450px) {
	header .address span {
		display: none;
	}

	header .address br {
		display: block;
	}

	.booking-form .calendar {
		display: none;
	}

	.booking-form .departure-container,
	.booking-form .submit-container,
	.booking-form .promo-container {
		margin-left: 10px;
	}

	#content {
		padding: 0 2px 50px 2px;
	}

	.masonry-container .narrow h3 br {
		display: none;
	}
}