@charset "UTF-8";

/* CSS Document */

/* 2015-09-09 : 503 Lines. */

/* COLORS
GRAY 01 	#f1f1f1;
GRAY 02 	#f0f0f0;
GRAY 03 	#e7e7e7;
GRAY 04 	#a1a1a1;
GRAY 05 	#6a6a6a;
GRAY 06 	#555555;
GRAY 10 	#222222;

LIGHT BLUE 01 #dbf3fd;
LIGHT BLUE 05 #6ecff6;

DARK BLUE 05 #003662;

ORANGE 03 	#f5c400;
ORANGE 05 	#f4973e;
ORANGE 06 	#e98e37;

PURPLE 04 	#9b8dbc;
PURPLE 05 	#953192;

GREEN 05 	#009a7e;

MESSAGE YELLOW 05 	#fffece;
MESSAGE YELLOW 06 	#fed675;

SUCCESS GREEN 	#e0efd8;
SUCCESS GREEN 	#478848;
ERROR RED 05 	#ffecec;
ERROR RED 10 	#be0d30;

*/

.addthis_responsive_sharing { float: right; margin: 0 0 15px 15px; }

body { background: #dbf3fd; }

/* FONTS */

h1, h2, h3, p, a, ul, ol, th, td, legend, label, nav a, input[type=text], input[type=email], input[type=password], input[type=tel], textarea, figcaption, .title, .phone, .slogan, .list-of-errors, .instagram-icon span, .price, #main-menu-button, #header-email, #title, #cart-submit { font-family: 'Open Sans', sans-serif; }

h1, h2, h3, div.faq-label p { font-variant: small-caps; }

p { color: #444; }

a { color: #1486bc; }

a:hover { color: #78c8e6; }

/* --- NAVIGATION --- */

#utility-nav a { color: #555555; }

#utility-nav li { border-right: 1px solid #555555; }

#utility-nav li:last-of-type { border-right: none; }

/* MAIN NAV */

#main-nav a {
	font-size: 20px;
	color: #003662;
	text-transform: uppercase;
}

#main-nav ul li.current-page a { }

#main-nav a:hover { color: #000; }

#main-nav ul li.current-page a:hover { }

#main-nav ul li:hover>a { }

#main-nav ul ul a {
	width: 250px;
	background: #1074a3;
	color: #fff;
	font-size: 14px;
	border-top: 1px solid #fff;
}

#main-nav ul ul a:hover { color: #ccc; }

#main-nav ul li.current-page ul a {
	background: #1074a3;
	color: #fff;
}

#main-nav ul li.current-page ul a:hover {
	background: #278dbc;
	color: #fff;
}

/* START HEADER WITH NAV */

.header-with-nav .container-header-nav {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1600px;
}

.header-with-nav #main-nav { padding-top: 30px; }

.header-with-nav #main-nav ul { padding: 0; }

.header-with-nav #main-nav a {
	padding: 0 15px;
	line-height: 50px;
}

.header-with-nav #main-nav ul ul a {
	padding: 10px 15px;
	line-height: 1;
}

/* START HEADER THEN NAV */

.header-then-nav .container-header {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
}

.header-then-nav #main-nav { background: #1cabda; }

.header-then-nav #main-nav ul {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1000px;
}

.header-then-nav #main-nav a { padding: 10px 15px; }

/* SECONDARY NAV */

#secondary-nav {
	margin-bottom: 20px;
	background: #fafafa;
}

#secondary-nav a { color: #278dbc; }

#secondary-nav a:hover {
	background: #fff;
	color: #7bc8e8;
}

#secondary-nav li.current-page a { color: #555555; }

#secondary-nav li.current-page a:hover { color: #7bc8e8; }

#secondary-nav li { border-bottom: 1px solid #f0f0f0; }

/* FOOTER NAV */

#footer-nav a { color: #f4f8fa; }

#footer-nav a:hover { color: #fff; }

#breadcrumbs li, #breadcrumbs a { color: #334154; }

#breadcrumbs a { border-bottom: 1px dotted #ccc; }

#breadcrumbs a:hover { border-bottom: 1px solid #334154; }

.picture-as-link {
	float: left;
	padding: 10px;
	width: 50%;
	border: 1px solid #fff;
	text-align: center;
	text-decoration: none;
}

.picture-as-link:hover {
	border: 1px solid #a1a1a1;
	color: #a1a1a1;
}

.picture-as-link img { width: 100%; }

/* --- PAGE LAYOUT --- */

/* TOP BAR */

#top-bar {
	background: #f1f1f1;
	color: #555555;
}

.container-top-bar {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 1600px;
}

#top-bar #choose-language { float: left; }

/* HEADER */

header {
	background: url(../images/bkg-header.png) no-repeat;
	height: 150px;
}

#title {
	height: 70px;
	padding: 0 5px;
}

#title:hover { background: #1074a3; }

#logo {
	margin-top: 10px;
	height: 50px;
}

#title .title {
	margin: 0 0 0 10px;
	color: #fff;
	font-size: 40px;
	line-height: 70px;
	font-variant: small-caps;
}

/* BODY */

.page { background: #fff; }

#body-content { background: #dbf3fd; }

/* FOOTER */

#footer-wave { background: #dbf3fd; }

#footer-wave img {
	display: block;
	width: 100%;
}

footer {
	background: #003662;
	color: #fff;
}

footer p { color: #fff; }

footer .title, footer .slogan, footer .owner, footer .phone, footer .email { color: #fff; }

/* --- MEDIA --- */

/* ANNOUNCEMENTS */

#announcements {
	padding: 15px 10px;
	background: #fffece;
	border-left: 3px solid #fed675;
}

#announcements h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-size: 24px;
	color: #3f351d;
}

#announcements ul {
	margin: 10px 10px 0 30px;
	padding: 0;
	font-size: 16px;
	color: #3f351d;
}

/* BANNER */

#banner {
	max-width: 1400px;
	max-height: 600px;
}

/* CAROUSEL */

#carousel { height: 200px; }

#carousel img {
	width: 300px;
	height: 200px;
	margin: 0 5px;
}

/* GALLERY */

.gallery a { min-height: 250px; }

.gallery a figure { border: 1px solid transparent; }

.gallery a:hover figure { border: 1px solid gray; }

.gallery figure div { height: 200px; }

/* PROJECTS */

#projects-container { }

#projects-container .project-gallery-thumbnail {
	display: block;
	float: left;
	width: 50%;
	padding: 10px;
	border: 1px solid transparent;
	text-decoration: none;
}

#projects-container .project-gallery-thumbnail:hover {
	border: 1px solid #a1a1a1;
	background: #fff;
}

#projects-container .project-gallery-thumbnail img { width: 100%; }

#projects-container p { margin-left: 15px; }

#projects-container p.project-title {
	font-size: 30px;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1;
}

#projects-container .project-description p {
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	padding: 0;
	line-height: 1.2;
}

#projects-container p.project-location {
	font-size: 16px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	padding: 0 0 10px 0;
	color: #a1a1a1;
	line-height: 1;
}



/* PROMOS */

.promos a:hover { background: #fff; }

.promos p.read-more {
	color: #e98e37;
	border-top: 1px solid #f4973e;
}

.promos hr { color: #717171; }

#icon-promos div {
	margin: 0 auto;
	width: 200px;
	height: 200px;
	text-align: center;
	border-radius: 50%;
	background: #717171;
}

#icon-promos a:hover div { background: #5b5b5b; }

/* SLIDESHOW */

/* SOCIAL WIDGETS */

#social-widgets { }

/* --- PAGES --- */

/* ADVISORY BOARD */

.board-member {
	float: left;
	padding: 0 15px 0 0;
	width: 50%;
}

.board-headshot {
	float: left;
	width: 150px;
	height: 150px;
	margin-right: 10px;
	overflow: hidden;
}

.board-headshot img {
	display: block;
	width: 100%;
}

.board-content { min-height: 175px; }

.board-content h2 {
	margin: 10px 0 0 0;
	padding: 0;
	font-size: 18px;
	line-height: 1.1;
}

.board-content p {
	margin: 5px 0;
	padding: 0;
	font-size: 12px;
	line-height: 1.2;
}

/* BLOG */

.blog-card:hover { background: #fff; }

.blog-card .title {
	color: #fff;
	background: rgba(0,0,0,0.65);
}

.blog-card .description { color: #444; }

/* BLOG POST */

/* Post Banner 1200px x 630px */

#post-banner div { display: none; background: rgba(0,0,0,0.65); }

#post-banner p {
	font-size: 24px;
	color: #fff;
}

/* EVENTS */

aside .event { border-bottom: 1px solid #a1a1a1; }

aside .event-date, .event-time { color: #6a6a6a; }

aside .view-all-events a {
	background: #1074a3;
	color: #f1f1f1;
	text-decoration: none;
}

aside .view-all-events a:hover {
	background: #278dbc;
	color: #ffffff;
	text-decoration: none;
}

#events .event { border-bottom: 1px solid #b2c6d3; }

#events .event p { }

#events .event-buy-tickets {
	background: #1e8cbe;
	color: #fff;
}

#events .event-buy-tickets:hover { background: #00aadc; }

#events .event-date, #events .event-time { color: #2a2c2b; }

#events .gallery-thumb span {
	background: rgba(0,0,0,0.5);
	color: #fff;
}

#events .gallery-thumb:hover span {
	background: #ccc;
	color: #000;
}

#events a.venue-map p { color: #1074a3; }

#events a.venue-map:hover p {
	color: #278dbc;
	text-decoration: underline;
}

#events .venue-notes { background: #e8f0f5; }

#events .venue-notes p.venue-notes-title {
	background: #567d97;
	color: #fff;
}

/* MENU (Food) */


/* NEWS */

#news-archive { margin-top: 25px;}


/* PORTFOLIO */

#portfolio-promo h2 { border-bottom: 1px solid black; }

.portfolio-thumbnail img { background: #f1f1f1; }

.portfolio-thumbnail img:hover { background: #dde9f0; }

/* SHOP */


/* SHOP INDIVIDUAL PRODUCT PAGE */



/* --- COMPONENTS --- */

/* FORMS */

input[type=submit], .link-as-button {
	background: #1486bc;
	border: 1px solid #1486bc;
	color: #fff;
	font-weight: normal;
}

input[type=submit]:hover, .link-as-button:hover {
	background: #1cabda;
	color: #fff;
}

input[type=submit].delete-button {
	background: #b10001;
	border: 1px solid #b10001;
}

input[type=submit].delete-button:hover { background: #fe0002; }

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select { color: #000; }

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select { background: #f1f1f1; }

input[type=text], input[type=email], input[type=password], input[type=tel], textarea, select { border: 2px solid #edeeee; }

input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, input[type=tel]:focus, textarea:focus {
	outline-color: #ccc;
	border: 2px solid #71b43a;
}

input.required-field, input[type=text].required-field:focus, select.required-field, select.required-field:focus, textarea.required-field, textarea.required-field:focus { border: 2px solid #be0d30; }

.form-tip { background: #161c27; }

img.close-form-tip, .form-tip p.title, .form-tip ol li { color: #fff; }

#newsletter_signup fieldset { background: #fff; }

textarea { width: 100%; }

/* QUESTIONNAIRE */

#questionnaire table {
	margin: 0 0 15px 0;
	width: 100%;
	border-collapse: collapse;
}

#questionnaire .question td {
	padding: 10px 0 10px 0;
	border-bottom: 1px solid #ccc;
}

#questionnaire .yes-no-container label { display: inline; }

#questionnaire .yes-no-container span { padding-left: 5px; }

/* MESSAGES */

.message-container {
	background: #f9eac0;
	border-left: 3px solid #426277;
}

.errors-container li {
	background: #ffecec;
	color: #be0d30;
	border-left: 3px solid #be0d30;
}

/* TABLES */

.table-label {
	padding-top: 3px;
	padding-right: 6px;
	text-align: right;
	font-size: 12px;
}

#location-table td { padding-bottom: 15px; }

/* ====== RESPONSIVE ====== */

/* PHONE */
@media only screen and (max-width : 749px) {

/* --- LAYOUT --- */

.columns { float: none; }

/* --- WIDTH --- */

.width-small { width: 150px; }

.width-medium { width: 300px; }

.width-large { width: 600px; }

.width-20 { width: 20%; }

.width-30, .width-33, .width-40, .width-50, .width-60, .width-70, .width-80, .width-100 { width: 100%; }

/* --- FONTS --- */

h1 {
	padding: 15px 0 0 15px;
	font-size: 1.5em;
}

h2 { font-size: 1.35em; }

.call-out {
	padding: 0 15px;
	font-size: 1em;
}

/* --- NAVIGATION --- */

#main-nav {
	position: absolute;
	display: none;
	overflow-x: hidden;
	overflow-y: hidden;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
}

.header-with-nav #main-nav ul, #main-nav ul { float: none; }

#main-nav li {
	float: none;
	border-bottom: 1px solid #334154;
}

#main-nav li.current-page a { color: #f1f1f1; }

#main-nav a {
	padding: 0 5px 0 20px;
	background: #717171;
	color: #fff;
	line-height: 50px;
}

#main-nav a:hover { background: #334154; }

#secondary-nav { margin: 15px 0; }

#footer-nav { margin: 0; }

#footer-nav li {
	margin-bottom: 15px;
	width: 50%;
}

#footer-nav a {
	display: block;
	padding: 10px 0;
	font-size: 14px;
}

#utility-nav {
	float: right;
	margin: 0;
}

#utility-nav li { border-right: none; }

#utility-nav a {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.icons-utility {
	width: 50px;
	height: 50px;
	background: url(../images/icons/icon-set.svg) no-repeat;
	background-size: auto 50px;/*border: 1px solid #fff;*/
}

.icons-utility-text { display: none; }

#main-menu {
	display: block;
	background-position: 0 0;
}

#icon-cart { background-position: -50px 0; }

#icon-phone { background-position: -100px 0; }

#icon-account { background-position: -200px 0; }

#icon-email { background-position: -150px 0; }

#icon-logout { background-position: -250px 0; }

#icon-map { background-position: -300px 0; }

#icon-about { background-position: -350px 0; }

#icon-news { background-position: -400px 0; }

#icon-blog { background-position: -450px 0; }

#utility-nav #cart-items {
	position: absolute;
	top: -5px;
	left: 105%;
	width: 20px;
	height: 20px;
	font-size: 12px;
	text-align: center;
	line-height: 20px;
	border-radius: 100%;
}

#breadcrumbs { padding-left: 15px; }

/* --- PAGE LAYOUT --- */

/* TOP BAR */

#top-bar { padding: 5px; }

#top-bar #search-form {
	float: none;
	margin-bottom: 5px;
}

#top-bar input[type=search] { width: 100%; }

#top-bar #social-icons { margin-bottom: 10px; }

#top-bar #social-icons:after {
	content: "";
	display: table;
	clear: both;
}

/* HEADER */

header { position: relative; }

.header-with-nav #header {
	float: none;
	text-align: center;
}

/* BODY */

#body-content { padding: 0 0 5px 0; }

article { }

aside { padding-left: 0; }

aside h2 { }

aside.right-column { padding: 0; }

/* FOOTER */

footer { padding: 20px 10px 20px 10px; }

footer .columns { margin-bottom: 25px; }

/* --- MEDIA --- */

#social-widgets {
	margin: 25px 0 25px 0;
	padding-left: 0;
}

/* --- PAGES --- */

/* ADVISORY BOARD */

.board-member {
	float: none;
	padding: 0 0 0 0;
	width: 100%;
}

/* BLOG */

#post-banner div { display: none; }

/* EMPLOYEES */

#employees {
	background: #fff;
	padding: 10px;
}

#employees .employees-by-department { }

#employees .employee {
	float: none;
	width: 100%;
}

#employees .employee:after {
	content: "";
	display: table;
	clear: both;
}

/* EVENTS */

#events .venue-image {
	float: none;
	margin: 0 auto;
	padding-right: 0;
}

#events .gallery-thumb {
	margin-top: 15px;
	width: 100px;
	height: 66px;
}

#events .gallery-thumb span {
	padding: 3px 0;
	font-size: 10px;
}

/* FAQ */

.faq-label {
	width: 25%;
}

.faq-content {
	width: 75%;
}

/* SHOP */

/* SHOP INDIVIDUAL PRODUCT PAGE */

#product-content { padding: 0 0 0 0; }

/* --- MEDIA --- */

/* BANNER */

#banner p {
	bottom: 15px;
	font-size: 23px;
	line-height: 1.3;
}

#banner a {
	bottom: 16px;
	padding: 6px 10px 7px 10px;
	font-size: 16px;
}

/* PHOTO ALBUM */

#photo-album a {
	float: none;
	padding: 5px;
	width: 100%;
}

/* PORTFOLIO */

#portfolio-promo { margin-top: 0; }

article.portfolio .link-as-button { margin-bottom: 25px; }

/* SLIDESHOW */

.nivo-caption p {
	padding: 10px 10px;
	font-size: 15px;
}
}

/* PHONE AND TABLET */
@media only screen and (max-width : 1024px) {

#main-nav ul li:hover ul { display: none; }

/* BANNER */

#banner-content {
	left: 0;
	right: 0;
	margin-left: 0;
	width: 100%;
}
}

/* TABLET BOTH ORIENTATIONS */
@media only screen and (min-device-width: 750px) and (max-device-width: 1024px) {

/* FONTS */

h1 { padding: 15px 0 0 15px; }

/* BANNER */

#banner p { font-size: 45px; }

#banner a {
	padding: 10px 40px 15px 20px;
	font-size: 33px;
}
}

/* SMALL SCREENS */

@media only screen and (min-width: 750px) and (max-width: 1300px) {

#main-nav a { font-size: 16px; }

.header-with-nav #main-nav a { padding: 0 10px; }

.nivoSlider { max-height: 550px; }
}

/* TABLET PORTRAIT ORIENTATION */
@media only screen and (min-width: 750px) and (max-width: 1000px) {

#main-nav a { font-size: 12px; }

.header-with-nav #main-nav a { padding: 0 10px; }

.gallery a { min-height: 225px; }

.gallery a figure { border: 1px solid transparent; }

.gallery a:hover figure { border: 1px solid gray; }

.gallery figure div { height: 150px; }
}

/* TABLET LANDSCAPE ORIENTATION */

@media only screen and (min-width: 1001px) and (max-width: 1025px) {

#main-nav a { font-size: 14px; }

.header-with-nav #main-nav a { padding: 0 8px; }
}