
.upcomingEventsHeader {
	height: 60px;
	background-image: url(../images/main/SpecialsAndEvents/SEbannerBG.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 10px;
}

.upcomingEventsHeaderText {
	font-weight: 900;
	text-transform: uppercase;
	font-size: 15pt;
	color: #000;
	text-align: center;
	display: block;
	padding-top: 12px;
}

.checkoutSpecials {
	font-weight: 700;
	font-size: 14pt;
	text-transform: uppercase;
	text-decoration: none;
	display: block;
	text-align: left;
	line-height: 16pt;	
	color: #bca462;
	margin-top: 30px;
}

.partyPackagesBlock {
	background-repeat: no-repeat;
}

.reserveBadge a img {
	float: right;
	max-width: 100px;
}

.signUpFormGlowGirl {
	background-image: url(../images/backgrounds/signupFormsGirl.png);
	background-repeat: no-repeat;
	background-position: center top;	
}

.galleryHeader {
	text-transform: none;
	color: #fff;
	font-weight: 400;
	font-size: 15pt;
	text-align: center;
}

.backToGalleries {	
	text-align: center;
	display: block;	
	bottom: 1.5pt;
	font-size: 12pt;
	font-weight: 600;
	text-transform: uppercase;
	color: #bca462;
	text-decoration: none;	
	margin-top: 30px;
}

.galleryItem {
	margin-top: 15px;
	margin-bottom: 15px;
}

.field-name-field-video-item .field-items .field-item a img {
	margin-right: auto;
	margin-left: auto;
}

.video-embed-description {
	text-align: center;	
}

.galleryTitle {
	min-height: 55px;
}

.galleryTitle h4 {
	text-align: center;
	font-size: 13pt;
	line-height: 14pt;
	margin-top: 12px;
	margin-bottom: 4px;
	color: #fff;
	text-transform: none;
	font-weight: 400;
}

.galleryCoverContainer a {
	color: #fff;
}

.galleryCoverContainer {
	margin-bottom: 30px;
}

.partyPackageReservationBlock {
	background-image: url(../images/backgrounds/privatePartyReservation.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

/**
 *	new code additions
 */

.homeFeatures, .homeFeaturesMobile {
	padding-left: 0;
	padding-right: 0;	
	position: relative;	
}

.homeFeature {
	display: none;	
	position: absolute;
	padding-left: 0;
	padding-right: 0;
}

.homeFeature.firstFeature {	
	display: block;	
	position: relative;
}

.homeFeature a {
	text-align: center;
	
}

.homeFeature a img {
	margin-right: auto;
	margin-left: auto;
}

.homeFeature img {
	margin-right: auto;
	margin-left: auto;
}


.nextArrow {
	position: absolute;
	right: 8%;
	top: 40%;
}

.nextFeatureButton {
	cursor: pointer;
}

.specialEventContainer {
	margin-bottom: 30px;
}

.featurePageFeatureContainer {
	text-align: center;
}

.featurePageFeatureContainer img {
	margin-right: auto;
	margin-left: auto;
}

/**
 *	MENU DISPLAY
 * 
 */

.menuBody {
	display: none;
	text-align: center;
}

.diningMenuNavigation {
	margin-top: 30px;
	margin-bottom: 5px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;

	text-align: center;
}

.diningMenuNavigation a {
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	font-size: 14pt;
	line-height: 24pt;
	display:inline-block;
	margin-left: 15px;
	margin-right: 15px;
}

.menuMobileNavigation {
	margin-top: 30px;
	font-size: 14pt;
	color: #fff;
	background-color: #000;
	line-height: 20pt;
	padding: 5px 10px 5px 5px;
	width: 100%;
}

.reserveThisPackage {
	font-weight: 700;
    font-size: 14pt;
    color: #bca462;
    padding-left: 10pt;    
    margin-top: 5px
}

.drupalContent img {
	height: auto !important;
	width: auto !important;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
