/* =============================================================================
   Base
   ========================================================================== */

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; height: 100%; margin-bottom: 1px; }
html, button, input, select, textarea, th, td { font-family: Georgia, serif; font-size: 13px; color: #4b4941; }
body { background: #ebe8dd url(/media/images/backgrounds/body.png) top repeat-x; margin: 0; overflow-x: hidden; }

/* =============================================================================
   Fonts
   ========================================================================== */

@font-face {
    font-family: 'futura_mdcn_btmedium';
    src: url('/media/fonts/futura_mdcn_bt-webfont.eot');
    src: url('/media/fonts/futura_mdcn_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/futura_mdcn_bt-webfont.woff') format('woff'),
         url('/media/fonts/futura_mdcn_bt-webfont.ttf') format('truetype'),
         url('/media/fonts/futura_mdcn_bt-webfont.svg#futura_mdcn_btmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'futura_bdcn_btbold';
    src: url('/media/fonts/futura_bdcn_bt-webfont.eot');
    src: url('/media/fonts/futura_bdcn_bt-webfont.eot?#iefix') format('embedded-opentype'),
         url('/media/fonts/futura_bdcn_bt-webfont.woff') format('woff'),
         url('/media/fonts/futura_bdcn_bt-webfont.ttf') format('truetype'),
         url('/media/fonts/futura_bdcn_bt-webfont.svg#futura_bdcn_btbold') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* =============================================================================
   Links
   ========================================================================== */

a:link, a:visited { color: #969e51; }
a:hover, a:active, a:focus { color: #b8c459; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

.map-link {
	background: url(/media/images/icons/map-marker.png) 2px 5px no-repeat;
	padding: 4px 0 4px 16px;
}

#social img, .menu-box *, input[type="submit"], .more-link a, .return-link a {
	-webkit-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: all 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}
   
a, #copyright a {
	-webkit-transition: color 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: color 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: color 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: color 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: color 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

#logo a:hover img, #home-page #box-menu, #box-menuRight, #home-page #box-news, a.browse, .linked, .news-photo, .news-photo img, a img {
	-webkit-transition: opacity 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-moz-transition: opacity 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-ms-transition: opacity 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	-o-transition: opacity 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
	transition: opacity 150ms cubic-bezier(0.420, 0.000, 0.580, 1.000);
}

.sf-menu {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}

/* =============================================================================
   Typography
   ========================================================================== */

p, h1, h2, h3, h4, h5, h6 { margin: 0 0 15px 0; }
   
h1 {
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	color: #869130;
	font-size: 40px;
	font-weight: normal;
	line-height: 1;
}
#home-page h1 {
	font-family: 'Open Sans', sans-serif;
	margin: 10px 0 22px 0;
	font-size: 30px;
	font-weight: 600;
}

h2 {
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	color: #59574d;
	font-size: 28px;
	font-weight: normal;
}
h2 span { font-size: 18px; }

h3 {
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	color: #869130;
	font-size: 24px;
	font-weight: normal;
}
#home-page h3 {
	margin: 0 0 15px 0;
	line-height: 1;
}
.box-side h3 { margin: 0 0 5px 0; }
#home-page h3 span { font-size: 20px; }

h4 {
	font-family: 'futura_bdcn_btbold', arial, sans-serif;
	color: #000;
	font-size: 18px;
	font-weight: normal;
}

h5 {
	font-family: 'futura_bdcn_btbold', arial, sans-serif;
	color: #b11b02;
	font-size: 15px;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 1px;
}

h6 {
	font-size: 11px;
	color: #59574d;
	font-weight: normal;
	font-style: italic;
}

#home-page, #page, #nav, #footer { text-shadow: 0 1px 0 #fff; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
small { font-size: 85%; }
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

/* =============================================================================
   Lists
   ========================================================================== */

ul li, ol li { margin-bottom: 8px; }
ul { margin: 0 0 25px 25px; padding: 0; }
ul ul, ul ol, ol ul, ol ol { margin-top: 15px; }
dd { margin: 0 0 0 40px; }

ul.pdf-list {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
.box-side ul.pdf-list { margin-bottom: 10px; }
.pdf-list li {
	background: url(/media/images/icons/pdf.png) 0 3px no-repeat;
	margin: 0 0 5px 0;
	padding: 5px 0 5px 20px;
}

/* =============================================================================
   Embedded content
   ========================================================================== */

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }
svg:not(:root) { overflow: hidden; }

/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; border-collapse: collapse; border: none; margin: 0; padding: 0; }
td { vertical-align: top; }

/* =============================================================================
   Miscellaneous
   ========================================================================== */

hr { background-color: #e4e1d7; border: 0; color: #e4e1d7; width: 100%; height: 1px; text-align: left; margin: 25px 0; }
.center { text-align: center !important; }
blockquote { margin: 0 0 25px 15px; }
.clear { clear: both; }

/* =============================================================================
   Base Structures
   ========================================================================== */
   
#logo {
	float: left;
	margin: 0;
	padding: 0;
	width: 200px;
	height: 100px;
}
#logo img:hover { opacity: 0.7; }

#site-container {
	width: 936px;
	margin: 0 auto;
	position: relative;
}

#page-container {
	background: #59574d;
	padding: 3px;
	width: 930px;
}

#home-page, #page {
	background: #f7f4ea url(/media/images/backgrounds/page.png) top repeat-x;
	margin: 0;
	padding: 0;
}
#home-page {
	width: 930px;
	height: 480px;
	overflow: hidden;
}
#page {
	width: 870px;
	padding: 30px;
	line-height: 1.5;
}

#home-page #col-left {
	width: 346px;
	height: 480px;
	float: left;
	margin: 0;
	padding: 0;
}
#home-page #col-right {
	width: 544px;
	height: 440px;
	margin: 0 0 0 346px;
	padding: 20px 20px 0 20px;
}

#page #col-left, #page .col-left {
	width: 410px;
	float: left;
	margin: 0;
	padding: 0 10px;
}
#page #col-right, #page .col-right {
	width: 410px;
	margin: 0;
	padding: 0 10px;
	float: right;
}


/* =============================================================================
   Main Menu
   ========================================================================== */
   
#nav {
	float: right;
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	position: absolute;
	left: 350px;
	top: 35px;
}

.primary-nav { display: none; }

.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu { line-height: 1.0; }
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of sub-menus need to match (see below) */
}
.sf-menu ul li { width: 100%; }
.sf-menu li:hover { visibility: inherit; }
.sf-menu li {
	float: left;
	position: relative;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 64px; /* match top ul list item height */
	z-index: 99;
}
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul { top: -999em; }
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 10em; /* match ul width */
	top: 0;
}
ul.sf-menu li li:hover li ul, ul.sf-menu li li.sfHover li ul { top: -999em; }
ul.sf-menu li li li:hover ul, ul.sf-menu li li li.sfHover ul {
	left: 15em; /* match ul width */
	top: 0;
}

.sf-menu {
	float: left;
	margin-bottom: 1em;
}
.sf-menu ul { box-shadow: 2px 2px 6px rgba(0,0,0,.2); }
.sf-menu a {
	background: url(/media/images/backgrounds/menu-on.png) -9999px -9999px no-repeat;
	font-size: 18px;
	padding: 30px 18px 20px 18px;
	color: #59574d;
	text-decoration: none;
}
.sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, a.menuactive , a.menuactive li a:hover {
	background: url(/media/images/backgrounds/menu-on.png) center top no-repeat;
	color: #b8c459;
	outline: 0;
}
a.menuactive li a { color: #6a6a6a !important; }

.sf-menu li li a {
	background: url(/media/images/backgrounds/menu-li.png);
	font-size: 18px;
	padding: 14px 20px;
}
.sf-menu li li a:hover { background: #fffef9; }

.sf-menu li li {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #dadada;
}

.sf-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px;
}
.sf-sub-indicator {
	background: url(/media/images/backgrounds/menu-arrows.png) no-repeat -10px -100px;
	position: absolute;
	display: block;
	right: .85em;
	top: 1.15em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
}
a > .sf-sub-indicator {
	top: 1.9em;
	right: 1em;
	background-position: 0 -100px;
}
a:focus > .sf-sub-indicator, a:hover > .sf-sub-indicator, a:active > .sf-sub-indicator, li:hover > a > .sf-sub-indicator, li.sfHover > a > .sf-sub-indicator { background-position: -10px -100px; }
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
.sf-menu ul a:focus > .sf-sub-indicator, .sf-menu ul a:hover > .sf-sub-indicator, .sf-menu ul a:active > .sf-sub-indicator, .sf-menu ul li:hover > a > .sf-sub-indicator, .sf-menu ul li.sfHover > a > .sf-sub-indicator { background-position: -10px 0; }

/* =============================================================================
   Feature Scroller
   ========================================================================== */
   
#feature {
	width: 346px;
	height: 480px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 60;
	top: 0;
	left: 0;
}

#feature-shadow {
	position: absolute;
	top: 0;
	left: 0;
}

#feature-shadow { z-index: 80; }
#feature-text { z-index: 85; }

.item {
	z-index: 70;
	position: relative;
}
#feature-text, .feature-content {
	bottom: 80px;
	left: 13px;
	width: 320px;
	text-align: center;
	position: absolute;
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	color: #fff;
	font-size: 38px;	
	text-shadow: 0 0 30px #000;
}
.feature-content p, #feature-text p { margin: 0; }

#feature, .scrollable, .item {
	width: 346px !important;
	height: 480px;
}

.feature-photo, .feature-photo img {
	width: 347px;
	height: 480px;
}

.scrollable {
	position: relative;
	overflow: hidden;
}

.scrollable .items {
	width: 20000em;
	position: absolute;
}

.items div { float: left; }
.scrollable { float: left; }

a.browse {
	display: block;
	width: 68px;
	height: 68px;
	cursor: pointer;
	font-size: 1px;
	position: absolute;
	z-index: 90;
	opacity: 0.6;
	bottom: 0;
}
a.right {
	background: url(/media/images/buttons/arrow-right.png) bottom no-repeat;
	right: 0;
}
a.left {
	background: url(/media/images/buttons/arrow-left.png) bottom no-repeat;
	left: 0;
}
a.right:hover, a.left:hover { opacity: 0.8; }

   
/* =============================================================================
   Boxes
   ========================================================================== */
   
#box-welcome {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	text-align: center;
	margin: 0 0 20px 0;
	padding: 15px 20px 25px 20px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#welcome-photo {
	width: 500px;
	height: 215px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#welcome-photo img {
	width: 500px;
	height: 215px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#box-menu, #box-news, #box-menuRight {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
#box-menu, #box-news {
	padding: 10px 10px 20px 10px;
	width: 240px;
}
#box-menuRight {
	padding: 10px 10px 20px 10px;
	width: 240px;
}

#home-page #box-menu, #home-page #box-news {
	cursor: pointer;
	float: left;
}
#home-page #box-menu:hover, #home-page #box-news:hover, .linked:hover { background: #fff; }

#home-page #box-menuRight { float: left; }

#box-menu { margin: 0 20px 0 0; }
#box-news {  }
.box-contents {
	width: 220px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.box-side {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	width: 250px;
	float: right;
	margin: -50px 0 35px 35px;
	padding: 15px 10px 5px 15px;
	font-size: 12px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.linked { cursor: pointer; }

#menu-boxes {
	clear: both;
	margin: 0 0 15px 0;
	text-align: center;
	position: relative;
}
.menu-box {
	margin: 5px 5px 15px 5px;
	padding: 0;
	width: 190px;
	height: 200px;
	*float: left;
	display: inline-block;
	text-align: center;
	vertical-align: top;
	/*cursor: pointer;*/
	position: relative;
}
/*
.menu-zoom {
	position: absolute;
	z-index: 50;
	top: 0;
	left: 5px;
	opacity: 0;
}
.menu-box:hover .menu-zoom {
	opacity: 1;
	top: 5px;
}
*/
.menu-title {
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	font-size: 22px;
	color: #869130;
	margin: 0 0 5px 0;
	line-height: 1.2;
}
.menu-photo {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	margin: 0;
	padding: 4px;
	text-align: center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	z-index: 40;
}
/*
.menu-box:hover .menu-photo {
	background: #fff;
	border: 1px solid #b8c459;
}
*/
.menu-photo img {
	width: 180px;
	height: 120px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.menu-text {
	margin: 10px 0 0 0;
	line-height: 1.2;
/*
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	font-size: 18px;
	color: #869130;
*/
}
/*.menu-box:hover .menu-text { color: #b8c459; }*/

/* =============================================================================
   News & Calendar
   ========================================================================== */

.news-item {
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}
h3.news-title {
	margin: 0;
	font-size: 20px;
}
.news-date {
	color: #807d6f;
	font-size: 12px;
}
.news-summary { }

.news-item .news-photo {
	float: left;
	margin: 0 10px 10px 0;
}
#news-detail .news-photo {
	float: right;
	margin: 0 0 30px 30px;
}
.news-item .news-photo img { width: 100px; }
#news-detail .news-photo img { max-width: 340px; }

#news-detail {
	border-bottom: 1px solid #e4e1d7;
	margin: 0 0 25px 0;
	padding: 0 0 15px 0;
}
.calendar-detail-date {
	font-weight: bold;
	margin: 0 0 15px 0;
}

.pagination {
	margin: 20px 0;
	padding: 20px 0;
	border-top: 1px solid #e4e1d7;
}
.col-left .pagination { display: none; }

/* =============================================================================
   Photos
   ========================================================================== */

.photo-right {
	float: right;
	margin: 0 0 35px 35px;
}
.photo-left {
	float: left;
	margin: 0 35px 35px 0;
}
.photo-center {
	margin: 0 0 25px 0;
	text-align: center;
}
.photo-right, .photo-left, .news-photo {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.news-item .news-photo { padding: 5px; }
.news-item .news-photo:hover { background: #fff; }
.news-item .news-photo:hover img { opacity: 0.8; }
.photo-right img, .photo-left img, .photo-right-caption { max-width: 320px; }
.photo-right img, .photo-left img, .news-photo img {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.photo-center img {
	background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
	border: 1px solid #e4e1d7;
	padding: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.photo-right-caption {
	font-size: 11px;
	font-style: italic;
	margin-top: 10px;
}

   
/* =============================================================================
   FORMS
   ========================================================================== */
   
form { margin: 0 }
.contactform {
	width: 410px;
	margin: 0 0 15px 0;
}
.contactform th {
	font-weight: normal;
	text-align: left;
	padding: 10px;
	white-space: nowrap;
	vertical-align: top;
	line-height: 21px;
}
.contactform td {
	padding: 0;
	vertical-align: top;
}
input[type="text"], textarea, input[type="select"], input[type="submit"] {
	font-size: 12px;
	font-family: georgia, serif;
}
.contactform td input[type="text"], .contactform textarea, .contactform td input[type="select"] { margin: 0 0 10px 0; }
textarea {
	width: 100%;
	height: 150px;
}
.error_message { color: #d33d32; }

.more-link, .return-link { margin: 0 0 15px 0; }

input[type="submit"], .more-link a, .return-link a {
	background: #b8c459;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I4YzQ1OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NjllNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  #b8c459 0%, #969e51 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b8c459), color-stop(100%,#969e51)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b8c459 0%,#969e51 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b8c459 0%,#969e51 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b8c459 0%,#969e51 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b8c459 0%,#969e51 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b8c459', endColorstr='#969e51',GradientType=0 ); /* IE6-8 */
	color: #fff;
	padding: 7px 10px 5px 10px;
	font-family: 'futura_mdcn_btmedium', arial, sans-serif;
	font-size: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	font-weight: normal;
	text-shadow: 0 1px 0 #6d7526;
	text-transform: uppercase;
	border: none;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
input[type="submit"]:hover, .more-link a:hover, .return-link a:hover {
	opacity: 0.8;
	color: #fff;
}
   
/* =============================================================================
   Footer
   ========================================================================== */
   
#footer {
	background: url(/media/images/backgrounds/footer.png) top center no-repeat;
	color: #8e8e86;
	font-size: 11px;
	padding: 25px;
}

#footer-nav { display: none; }

#footer a:link, #footer a:active, #footer a:visited {
	color: #8e8e86;
	text-decoration: none;
}
#footer a:hover { color: #abb845; }

#copyright {
	text-align: center;
	margin: 0;
	padding: 0;
}
#copyright ul {
	list-style: none;
	margin: 0 0 5px 0;
	padding: 0;
}
#copyright ul li {
	background: none;
	list-style: none;
	margin: 0 5px;
	display: inline;
}

#social {
	text-align: center;
	margin: 0 0 20px 0;
	padding: 0;
}
#social ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#social ul li {
	background: none;
	list-style: none;
	margin: 0 3px;
	display: inline;
}
#social img:hover { opacity: 0.7; }

.delivered {float:left;width:100%}
.delivered-left{float:left;width:70%;}
.delivered-right{float:left;width:30%;text-align:center;}
   
/* =============================================================================
   Mobile-Responsive
   ========================================================================== */
   
.nav-button { display: none; }

@media only screen and (min-width: 0px) and (max-width: 475px) {

	body { margin: 0; }
	
	#nav {
		float: none;
		font-family: 'futura_mdcn_btmedium', arial, sans-serif;
		position: absolute;
		left: 0;
		top: 0;
	}
	.sf-menu { display: none; }
	
	#header { padding-top: 50px; }

	#logo {
		float: none;
		text-align: center;
		width: 100%;
	}
	
	#site-container {
		width: 100%;
		margin: 0 auto;
		position: relative;
	}
	
	#page-container {
		padding: 3px 0;
		width: 100%;
	}

	h2 span { display: block; }
	
	#home-page, #page {
		width: auto;
		height: auto;
		margin: 0;
		padding: 10px;
		overflow: visible;
	}

	#home-page #col-left, #home-page #col-right, #page #col-left, #page #col-right, #page .col-right, #page .col-left {
		display: block;
		float: none;
		width: auto;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#col-left, .col-left { margin: 0 0 40px 0 !important; }
	
	#feature {
		width: 100% !important;
		height: 400px !important;
		margin: 0 auto 15px auto;
		padding: 0;
		position: relative;
		z-index: 60;
		top: 0;
		left: 0;
		display: none;
	}
	#feature-shadow { display: none; }
	#feature-text, .feature-content {
		top: 20px;
		left: auto;
		width: auto;
	}
	#feature-text img, .feature-content img { width: 90%; }
	.feature-content p, #feature-text p { margin: 0; }
	#feature, .scrollable, .item {
		width: 300px !important;
		height: 400px !important;
	}
	.feature-photo, .feature-photo img {
		width: 300px !important;
		height: 400px !important;
	}
	
	
	#box-welcome {
		background: none;
		border: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#welcome-photo {
		width: auto;
		height: auto;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	#welcome-photo img {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		border-radius: 2px;
	}
	#home-page #box-menu, #home-page #box-news, #home-page #box-events, #home-page #box-menuRight {
		float: none;
		margin: 0 0 20px 0;
		width: auto;
	}
	.box-contents {
		width: auto;
	    white-space: normal;
	    overflow: normal;
	    text-overflow: normal;
	    -o-text-overflow: normal;
	}

	.box-side {
		width: auto;
		float: none;
		margin: 0 0 25px 0;
		padding: 10px;

	}

	#copyright, #social, #openTable {
		float: none;
		display: block;
		text-align: center;
		margin: 0 0 15px 0;
	}
	#copyright span {
		display: block;
		font-size: 0;
		margin: 0 0 10px 0;
	}
	
	#footer-nav {
		display: block;
		text-align: center;
	}

	#footer-nav ul {
		list-style: none;
		margin: 0 0 20px 0;
		padding: 0;
	}
	#footer-nav li {
		background: none;
		margin: 5px;
		line-height: 2;
		padding: 0;
		display: inline-block;
		font-size: 14px;
	}
	
	
	
	.photo-right, .photo-left, .photo-center {
		background: #f7f6ef url(/media/images/backgrounds/box.png) top repeat-x;
		border: 1px solid #e4e1d7;
		margin: 0 0 15px 0;
		padding: 10px;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
		width: 100%;
	}
	.photo-right-caption { max-width: 320px; }
	.photo-right img, .photo-left img, .photo-center img {
		background: none !important;
		border: none !important;
		padding: 0 !important;
		-webkit-border-radius: 3px;
		-moz-border-radius: 3px;
		border-radius: 3px;
	}
	.photo-right, .photo-left, .photo-center {
		width: auto;
		float: none;
		margin: 0 auto 25px auto;
		text-align: center;
		width: 90%;
	}
	.photo-right img, .photo-center img, .photo-left img, .photo-right-caption { width: 100%; }
	.photo-right-caption { text-align: center; }

	.contactform {
		width: 90%;
		margin: 0 auto 15px auto;
	}
	input[type="text"], input[type="select"], textarea { width: 280px; }
	#openTableContact {
		width: auto;
		margin: 10px auto 20px auto;
	}

	/* Navigation Button
	-------------------------------------------------------- */

	.nav-button {
		display: block;
		position: absolute;
		top: 7px;
		left: 7px;
		width: 50px;
		height: 35px;
		background: url('/media/images/mobile/menu-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/menu-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/menu-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/menu-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
		cursor: pointer;
		border: 0 none;
		border-bottom: 1px solid rgba(255,255,255,.1);
		box-shadow: 0 0 4px rgba(0,0,0,.7) inset;
		border-radius: 5px;
		z-index: 999;
		text-indent: -9999px;
	}
	.nav-button:hover { 
		background-color: rgba(0,0,0,.1); 
	}
	.nav-button.open {
		background: url('/media/images/mobile/close-icon-large.png'), -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/close-icon-large.png'),    -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/close-icon-large.png'),     -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background: url('/media/images/mobile/close-icon-large.png'),      -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,.2));
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 21px, 100%;
	}

	/* Navigation Bar
	-------------------------------------------------------- */

	.primary-nav {
		width: 100%;
		float: none;
		background: #becc45; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JlY2M0NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2E2YjIzYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjMGNjNDciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #becc45 0%, #a6b23c 45%, #c0cc47 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#becc45), color-stop(45%,#a6b23c), color-stop(100%,#c0cc47)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #becc45 0%,#a6b23c 45%,#c0cc47 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #becc45 0%,#a6b23c 45%,#c0cc47 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #becc45 0%,#a6b23c 45%,#c0cc47 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #becc45 0%,#a6b23c 45%,#c0cc47 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#becc45', endColorstr='#c0cc47',GradientType=0 ); /* IE6-8 */
		display: block;
		height: 50px;
		margin: 0;
		padding: 0;
		overflow: hidden;
		box-shadow: 0 1px 2px rgba(0,0,0,.6);
		position: absolute;
		top: 0px;
		left: 0px;
		z-index: 998;
		clear: both;
	}
	.primary-nav li {
		display: none;
		width: 100%;
		margin: 0;
		padding: 0;
		/*font-family: Arial;*/
	}
	.primary-nav li a {
		display: block;
		width: 90%;
		padding: 15px 5%;
		font-size: 15px;
		font-weight: bold;
		color: white;
		text-transform: uppercase;
		font-family: arial, sans-serif;
		text-shadow: -1px -1px 0 rgba(0,0,0,.15);
		text-decoration: none;
		border-bottom: 1px solid rgba(0,0,0,.2);
		border-top: 1px solid rgba(255,255,255,.1); 
	}
	.primary-nav li a:hover {
		background-color: rgba(0,0,0,.5);
		border-top-color: transparent;
	}
	.primary-nav > li:first-child {
		border-top: 1px solid rgba(0,0,0,.2);
	}

	/* Toggle the navigation bar open  */

	.primary-nav.open { 
		height: auto; 
		padding-top: 50px;
	}
	.primary-nav.open li { 
		display: block; 
	}

	/* Submenus optional .parent class indicates dropdowns */

	.primary-nav > li:hover > a {
		background: rgba(0,0,0,.5);
		border-bottom-color: transparent;
	}
	.primary-nav li.parent > a:after {
		content: "â–¼";
		color: rgba(255,255,255,.5);
		float: right;
	}
	.primary-nav li.parent > a:hover {
		background: rgba(0,0,0,.75);
	}
	.primary-nav li ul {
		display: none;
		background: rgba(0,0,0,.5);
		border-top: 0 none;
		padding: 0;
	}
	.primary-nav li ul a {
		border: 0 none;
		font-size: 12px;
		padding: 10px 5%;
		font-weight: normal;
	}
	.primary-nav li:hover ul {
		display: block;
		border-top: 0 none;
	}

}
/* Stylesheet: Default Modified On 2015-08-28 16:08:03 */
