@charset "UTF-8";
/* CSS Document */

header {
	text-align: left;
}

#theTitle, #theSmallTitle {
	
	font-size: 25px;
	text-indent: inherit;
	margin-left: 4%;
	

}

#theTitle {
	display: none;
	
}


#theSmallTitle {
	display: block;
}



#theAddress {
	
	font-size: 12px;
	margin-left: 4%;
	
}

#stateLogo {
	
	position: static;
	width: 15%;
	float: right;
	margin-right: 4%;
	
}

#topWrap {
	border-bottom: 1px solid #836a65;
	
}


#mobileNav {
	width: 100%;
	height: auto;
}

#mobileNav nav {
	height: auto;
	display: none;
}

#leftSide, nav, #rightSide  {
	width: 100%;
	position: static;
	float:none;
	height: auto;
	}
	
nav {
	height: auto;
	display: none;
}

.flexWrapper .leftSide {
	display: none;
}

.flexWrapper .rightSide {
	width: 100%;
	flex: 0 1 100%;
}


nav ul li a, nav ul li a:link, nav ul li a:visited {
	background-position: 4px 50%;
}

nav ul li a:hover {
	background-image: url(../images/fullCircle.png);
	background-position: -15px 50%;
		}



#bottomWrap {
	position: static;
	width: 94%;
	padding: 3%;
	
	}
	
footer {
	font-size: 12px;
}

#mobileNavTrigger {
	display: block;
}

#mobileNavTrigger a {
	display: block;
	font-family: 'Montserrat Alternates', Impact, "Arial Black", 
Arial, Helvetica, sans-serif;
	background-color: rgba(0,0,0,1.00);
	text-align: center;
	padding: 10px;
	text-decoration: none;
	font-weight: bold;
	color: #fff;
	
	background-image: url(../images/menuIcon.png);
	background-position: 3% 50%;
	background-repeat: no-repeat;
}

#newsletters div {
	width: 98%;
	margin: 1% 1% 35px 1%;
	float: none;
}


.backstretch {
	display: none;
}

#bottleTop {
	width: 100%;
	
	float: none;
}


nav ul li a.uberLink {
	background-image: url(../images/semiCircle.png);
	color: #836a65;
	}
	
.verticalImage, .horizontalImage {
	display: none;
}

.ezmodal .ezmodal-content img {
	width: 60%;
	max-width: 300px;
}

.ezmodal .ezmodal-header {
	font-size: 12px;
}