html { width: 100%; overflow-x: hidden;}
body {
	background-color: #F7D744;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
	width: 100%;
}
a:link {
	color: #2D4A6E;
	text-decoration: underline;
}
a:visited {
	color: #2C486B;
	text-decoration: underline;
}
a:hover {
	color: #2B4668;
	text-decoration: none;
}
a:active {
	color: #F7D744;
	text-decoration: underline;
}
#container {
	max-width: 100% !important;
	overflow-x: hidden !important;
	background: #f7d800;
	text-align: center;
}

.row {
	max-width: 1280px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	*zoom: 1;
	display: block;
}
.row:before,
.clearfix:before,
.row:after,
.clearfix:after {
	content: normal;
	display: table;
}
.row:after.
.clearfix:after {
	clear: both;
}

/* ========================================== 

    Nav 

========================================== */

#nav {
	text-align: center;
	height: 60px;
	position: fixed;
	top: 0;
	background-color: #005677;
	width: 100%;
	z-index: 9999;
}
#nav a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#nav a:hover {
    color: #f7d800;
}
#nav ul {
	padding-top: 4px;
}
#nav li {
	margin: 15px 35px;
	display: inline-block;
}
#nav li.social {
    margin: 15px;
}
#nav li.social a {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    text-transform: lowercase;
    font-size: 25px;
    position: relative;
    top: 3px;
}

/* ========================================== 

    Mobile Nav 

========================================== */

#nav-trigger {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 0;
  width: 25px;
  height: 25px;
  margin-left: 20px;
  margin-right: 20px;
  z-index: 9999;
  top: 10px;
}
#nav-trigger #hamburger-top,
#nav-trigger #hamburger-mid,
#nav-trigger #hamburger-btm {
  height: 3px;
  background-color: #ffffff;
  width: 25px;
  display: block;
  position: absolute;
  left: 0;
  transition: all .3s;
}

#nav-trigger #hamburger-top { top: 0;}
#nav-trigger #hamburger-mid { top: 8px;}
#nav-trigger #hamburger-btm { top: 16px;}
#nav-trigger.triggered #hamburger-top,
#nav-trigger.triggered #hamburger-mid,
#nav-trigger.triggered #hamburger-btm  {
  background-color: #ffffff;
}
html.csstransforms #nav-trigger.triggered #hamburger-top {
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  top: 8px;
}
html.csstransforms #nav-trigger.triggered #hamburger-btm {
  transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  top: 8px;
}
html.csstransforms #nav-trigger.triggered #hamburger-mid { opacity: 0;}

#mobile-nav {
	display: none;
	text-align: center;
	height: 60px;
	position: relative;
	top: 0;
	background-color: #005677;
	width: 100%;
	z-index: 9999;
}
#mobile-nav a {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	font-size: 15px;
}
#mobile-nav a:hover {
    color: #f7d800;
}
#mobile-nav ul {
	padding-top: 4px;
	display: inline-block;
	float: right;
}
#mobile-nav li { display: inline-block;}
#mobile-nav li.social {
    margin: 15px;
}
#mobile-nav li.social a {
    font-family: 'fontello';
    font-weight: normal;
    font-style: normal;
    text-transform: lowercase;
    font-size: 25px;
    position: relative;
    top: 3px;
}

.mobile-menu {
	display: none;
	top: 0;
	background-color: #ffffff;
	position: relative;
}

.mobile-menu ul li a {
	padding: 15px 30px;
	display: block;
	font-size: 16px;
	text-decoration: none;
	border-bottom: 1px solid #efefef;
}
.mobile-menu ul li a:hover {
	background-color: #f7d800;
}

div#auction {
    background: #ffe950;
    width: 60%;
    margin: auto;
    color: #2A4465;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 22px;
}
#auction h3 {
    font-size: 28px;
    line-height: 34px;
    color: #9b1921;
}
#auction p {
	margin-top: 10px;
	margin-bottom: 0px;
}
/* ========================================== 

    Banner 

========================================== */

#oysterbanner {
	height: 350px;
	overflow: hidden;
/*	margin-top: 60px;*/
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	background-color: #005677;
}
#oysterlogo {
	z-index: 99;
	margin-top: -300px;
}
#sash {
	z-index: 99;
	margin-top: -16px;
	position: relative;
	width: 100% !important;
	top: 35px;
}
#sashleft {
	width: 600px;
	background-color: #005677;
	height: 52px;
	position: absolute;
	left: 50%;
	margin-left: -1041px;
	top: 0;
}
#sashright {
	width: 600px;
	background-color: #005677;
	height: 52px;
	position: absolute;
	right: 50%;
	margin-right: -1041px;
    top: 0;
}
#intro {
	background-color: #f7d800;
	float: left;
	width: 100%;
	padding-bottom: 20px;
}
#intro h1 {
	color: #9b1921;
	padding: 80px 0 0 0;
}

#content {
	width: 95%;
	padding: 0 30px;
	margin-left: 30px;
	margin-right: 30px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-position: left;
	text-align: left;
	margin: auto;
}
#contentcentered {
	width: 95%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-position: left;
	text-align: center;
	margin: 0 auto;
}
h1 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 40px;
	line-height: 46px;
	color: #2A4466;
	font-weight: normal;
	margin-bottom: 30px;
}
h2 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 28px;
	line-height: 32px;
	color: #2A4466;
	font-weight: bold;
	margin-top: 10px;
}
h3 {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	font-weight: bold;
}
p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.musictd {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	padding: 10px;
}
.year-break {
    width: 90%;
    border-bottom: 1px dashed #9b1921;
    clear: both;
    margin: auto;
	padding: 20px;
    min-height: 25px;
}   
.food-list li {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 10px;
}

.musictd strong{
	font-size: 16px;
	}
.musictop {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	padding: 13px;
	font-weight: bold;
}
.sidebar  {
	width: 230px;
	float: right;
}

.sponsor-banner {
	background-color: #9b1921;
	color: #ffffff;
	padding-top: 58px;
}
.sponsor-banner-container {
	max-width: 1240px;
    margin: auto;
	justify-content: center;
	display: flex;
	padding: 10px;
}
.sponsor-banner-text {
	padding: 10px;
    font-weight: 900;
    text-transform: uppercase;
    display: flex;
    align-items: center;
}
.sponsor-banner-logo {
	max-width: 300px;
}
#sponsors {
	text-align: center;
	background-color: #002e3f;
	padding: 30px 0;
}
#sponsors h1 {
	font-size: 26px;
	color: #fff;
	text-align: center;
	padding: 30px 20px 0 20px;
}
#sponsors img {
    margin-bottom: 20px;
}
#footer {
	color: #fff;
	width: 100%;
	background-color: #005677;
	padding: 30px 0;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#map {
	margin-top: 25px;
}
.maps iframe {
    pointer-events: none;
}
.btn {
	width: 260px;
	border-radius: 10px;
	background-color: #002e3f;
	color: #fff;
	font-size: 1.15rem;
	text-transform: uppercase;
	border: none;
	outline: none;
	letter-spacing: .1rem;
	transition: background-color .3s;
	-webkit-transition: background-color .3s;
	padding: 15px 25px;
	margin-top: 25px;
    display: inline-block;
    margin-bottom: 20px;
    }
a.btn {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#home-callouts {
	margin: auto;
	max-width: 1600px;
	padding-left: 10px;
}
#gallery-callouts {
	margin: auto;
	max-width: 1600px;
}

.home-col {
	float: left; 
	width: 31.5%;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 5px;
}
 

.left-col, .mid-col {
	float: left; 
	width: 46%;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 30px;
}
.right-col {
	float: left; 
	width: 46%;
	margin-bottom: 30px;
}
 

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */

.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 75px;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/images/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/images/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/images/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 99999;
	background: url(/images/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

img {
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 1530px) {

img.thumb {
	width: 100%;
	height: auto;
	float: left;
	margin: auto !important;
	padding: 20px;
	max-width: 432px;
	}

}

@media only screen and (max-width: 1024px) {

	#nav { display: none;}
	#mobile-nav { display: block;}

	#oysterbanner { margin-top: 0;}
	.sponsor-banner {
		padding-top: 0;
	}
	#home-callouts{ padding-left: 0;}
	
	.home-col {
	float: none;
	width: 66%;
	padding: 0;
	margin: auto;
	}

}

@media only screen and (max-width: 768px) {

	.left-col, .mid-col, .right-col,
	.home-col {
    float: none;
    width: 96%;
    padding: 0;
    margin: auto;
	}
	
	div#auction {width: 90%};

}


/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/images/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/images/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

img.thumb {
    max-width: 320px;
    height: auto;
    float: left;
    padding: 20px;
}
#intro2 {
	background-color: #f7d800;
	height: 100%;
}
#intro2 h1 {
	color: #9b1921;
	padding: 100px 0 0 0;
	line-height: 34px;
}
.mapscroll-wrap {
  position: static !important;
}
