/* Foundation v2.2 http://foundation.zurb.com */
/* Artfully Masterminded by ZURB */

/* --------------------------------------------------
    Table of Contents
-----------------------------------------------------
:: Reset & Standards
:: Links
:: Lists
:: Tables
:: Misc
*/


/*	--------------------------------------------------
	:: Global Reset & Standards
	-------------------------------------------------- */

	/*
		Eric Meyer's CSS Reset
		http://meyerweb.com/eric/tools/css/reset/
		v2.0 | 20110126
   		License: none (public domain)
	*/

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed,
	figure, figcaption, footer, header, hgroup,
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font: inherit;
		vertical-align: baseline;
	}
	html {
		font-size: 62.5%;
	}
	/* HTML5 display-role reset for older browsers */
	article, aside, details, figcaption, figure,
	footer, header, hgroup, menu, nav, section {
		display: block;
	}
	body {
		line-height: 1;
	}
	ol, ul {
		list-style: none;
	}
	blockquote, q {
		quotes: none;
	}
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none;
	}
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}



	body { background: #f0eed9 url(../images/texture.jpg); font-family: "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, "Lucida Grande", sans-serif; font-size: 13px; line-height: 18px; color: #555; position: relative; -webkit-font-smoothing: antialiased; }



/*	--------------------------------------------------
	:: Links
	-------------------------------------------------- */
	a { color: #a94412; text-decoration: none; line-height: inherit; }
	a:hover { color: #11639d; color: #546835; text-decoration: none; }
	a:focus { color: #cc4714; outline: none; }
	p a, p a:visited { line-height: inherit; }


/*	--------------------------------------------------
	:: Lists
	-------------------------------------------------- */
	ul, ol { margin-bottom: 18px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 20px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	li { margin-bottom: 8px; }
	ul.large li { line-height: 21px; }


/*	--------------------------------------------------
	:: Tables
	-------------------------------------------------- */
	/*table { background: #fff; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; margin: 0 0 18px; border: 1px solid #ddd;  }

	table thead, table tfoot { background: #f5f5f5; }
	table thead tr th,
	table tfoot tr th,
	table tbody tr td,
	table tr td,
	table tfoot tr td { font-size: 12px; line-height: 18px; text-align: left; }
	table thead tr th,
	table tfoot tr td { padding: 8px 10px 9px; font-size: 14px; font-weight: bold; color: #222; }
	table thead tr th:first-child, table tfoot tr td:first-child { border-left: none; }
	table thead tr th:last-child, table tfoot tr td:last-child { border-right: none; }

	table tbody tr.even,
	table tbody tr.alt { background: #f9f9f9; }
	table tbody tr:nth-child(even) { background: #f9f9f9; }
	table tbody tr td { color: #333; padding: 9px 10px; vertical-align: top; border: none; }*/

/* --------------------------------------------------
	:: Misc
---------------------------------------------------*/
	.left        { float: left; }
	.right       { float: right; }
	.tal   { text-align: left; }
	.tar  { text-align: right; }
	.tac { text-align: center; }
	.hide        { display: none; }
	.highlight   { background: #ff0; }
	.bold { font-weight: bold; }


/*	--------------------------------------------------
    :: Typography
	-------------------------------------------------- */
	h1, h2, h3, h4, h5, h6 { color: #444444; font-weight: normal; line-height: 1.25; font-family: "museo-slab", sans-serif; }
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 46px; font-size: 4.6rem; margin-bottom: 12px;}
	h2 { font-size: 28px; font-size: 2.8rem; margin-bottom: 9px; }
	h3 { font-size: 22px; font-size: 2.2rem; margin-bottom: 9px; }
	h4 { font-size: 18px; font-size: 1.8rem; margin-bottom: 9px; }
	h5 { font-size: 15px; font-size: 1.5rem; font-weight: normal; margin-bottom: 3px;  }
	h6 { font-size: 13px; font-size: 1.3rem; font-weight: normal; }

	.subheader { color: #777; font-weight: 300; margin-bottom: 24px; }

	p { font-size: 13px; font-size: 1.3rem; line-height: 1.25; margin: 0 0 18px; }
	p img { margin: 0; }
	p.lead { font-size: 13px; font-size: 1.3rem; line-height: 21px; font-family: "museo-slab", sans-serif; }

	em, i { font-style: italic; line-height: inherit; }
	strong, b { font-weight: bold; line-height: inherit; }
	small { font-size: 10px; line-height: inherit; }

	h1 small, h2 small, h3 small, h4 small, h5 small { color: #777; }

	/*	Blockquotes  */
	blockquote, blockquote p { line-height: 21px; }
	blockquote { margin: 0 0 18px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; padding: 0; border: none; font-size: 14px; font-size: 1.4rem; font-family: Georgia, serif; font-style: italic; }
	blockquote cite { display: block; margin: 8px 0 0; color: #333; font-family: sans-serif; text-transform: uppercase; font-size: 10px; font-size: 1.0rem; font-weight: bold; font-style: normal; }
	blockquote cite em { display: block; color: #333; font-family: sans-serif; text-transform: none; font-size: 10px; font-size: 1.0rem; line-height: 1; font-weight: normal; font-style: italic; }
	/*blockquote cite:before { content: "\2014 \0020"; }*/
	blockquote cite a, blockquote cite a:visited { color: #555; }

	hr { border: solid #fff; border-width: 1px 0 0; clear: both; margin: 18px 0; height: 0; }

	abbr, acronym { text-transform: uppercase; font-size: 90%; color: #222; border-bottom: 1px solid #ddd; cursor: help; }
	abbr { text-transform: none; }

	/**
 	 * Print styles.
	 *
	 * Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
	 * Credit to Paul Irish and HTML5 Boilerplate (html5boilerplate.com)
	 */
	.print-only { display: none !important; }
	@media print {
		* { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
		-ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
		p a, p a:visited { color: #444 !important; text-decoration: underline; }
		p a[href]:after { content: " (" attr(href) ")"; }
		abbr[title]:after { content: " (" attr(title) ")"; }
		.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
		pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
		thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
		tr, img { page-break-inside: avoid; }
		@page { margin: 0.5cm; }
		p, h2, h3 { orphans: 3; widows: 3; }
		h2, h3{ page-break-after: avoid; }
		.hide-on-print { display: none !important; }
		.print-only { display: block !important; }
	}

/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */

	.container { padding: 0 20px; }

	.row { width: 100%; max-width: 980px; min-width: 727px; margin: 0 auto; clear: both; }
	/* To fix the grid into a certain size, set max-width to width */
	.row .row { min-width: 0; }

	.column, .columns { margin-left: 4.4%; float: left; min-height: 1px; position: relative; }
	.column:first-child, .columns:first-child { margin-left: 0; }
	[class*="column"] + [class*="column"]:last-child { float: right; }

	.row .one 		{ width: 4.3%; }
	.row .two 		{ width: 13%; }
	.row .three 	{ width: 21.679%; }
	.row .four 		{ width: 30.37%; }
	.row .five 		{ width: 39.1%; }
	.row .six 		{ width: 47.8%; }
	.row .seven 	{ width: 56.5%; }
	.row .eight 	{ width: 65.2%; }
	.row .nine 		{ width: 73.9%; }
	.row .ten 		{ width: 82.6%; }
	.row .eleven 	{ width: 91.3%; }
	.row .twelve 	{ width: 100%; }

	.row .offset-by-one 	{ margin-left: 13.1%;  }
	.row .offset-by-two 	{ margin-left: 21.8%;  }
	.row .offset-by-three 	{ margin-left: 30.5%;  }
	.row .offset-by-four 	{ margin-left: 39.2%;  }
	.row .offset-by-five 	{ margin-left: 47.9%;  }
	.row .offset-by-six 	{ margin-left: 56.6%;  }
	.row .offset-by-seven 	{ margin-left: 65.3%;  }
	.row .offset-by-eight 	{ margin-left: 74.0%;  }
	.row .offset-by-nine 	{ margin-left: 82.7%;  }
	.row .offset-by-ten 	{ margin-left: 91.4%;  }

	.row .centered { float: none; margin: 0 auto; }

	.row .offset-by-one:first-child 	{ margin-left: 8.7%;  }
	.row .offset-by-two:first-child 	{ margin-left: 17.4%;  }
	.row .offset-by-three:first-child 	{ margin-left: 26.1%;  }
	.row .offset-by-four:first-child 	{ margin-left: 34.8%;  }
	.row .offset-by-five:first-child 	{ margin-left: 43.5%;  }
	.row .offset-by-six:first-child 	{ margin-left: 52.2%;  }
	.row .offset-by-seven:first-child 	{ margin-left: 60.9%;  }
	.row .offset-by-eight:first-child 	{ margin-left: 69.6%;  }
	.row .offset-by-nine:first-child 	{ margin-left: 78.3%;  }
	.row .offset-by-ten:first-child 	{ margin-left: 87%;  }
	.row .offset-by-eleven:first-child 	{ margin-left: 95.7%;  }

	/* Source Ordering */
	.push-two 		{ left: 17.4% }
	.push-three 	{ left: 26.1%; }
	.push-four 		{ left: 34.8%; }
	.push-five 		{ left: 43.5%; }
	.push-six 		{ left: 52.2%; }
	.push-seven 	{ left: 60.9%; }
	.push-eight 	{ left: 69.6%; }
	.push-nine 		{ left: 78.3%; }
	.push-ten 		{ left: 87%; }

	.pull-two 		{ right: 17.4% }
	.pull-three 	{ right: 26.1%; }
	.pull-four 		{ right: 34.8%; }
	.pull-five 		{ right: 43.5%; }
	.pull-six 		{ right: 52.2%; }
	.pull-seven 	{ right: 60.9%; }
	.pull-eight 	{ right: 69.6%; }
	.pull-nine 		{ right: 78.3%; }
	.pull-ten 		{ right: 87%; }



	img, object, embed { max-width: 100%; height: auto; }
	img { -ms-interpolation-mode: bicubic; }
	#map_canvas img, .map_canvas img {max-width: none!important;}

	 /* Nicolas Gallagher's micro clearfix */
	 .row:before, .row:after, .clearfix:before, .clearfix:after { content:""; display:table; }
	 .row:after, .clearfix:after { clear: both; }
	 .row, .clearfix { zoom: 1; }




/*	--------------------------------------------------
	:: Block grids

	These are 2-up, 3-up, 4-up and 5-up ULs, suited
	for repeating blocks of content. Add 'mobile' to
	them to switch them just like the layout grid
	(one item per line) on phones

	For IE7/8 compatibility block-grid items need to be
	the same height. You can optionally uncomment the
	lines below to support arbitrary height, but know
	that IE7/8 do not support :nth-child.
	-------------------------------------------------- */

	.block-grid { display: block; overflow: hidden; }
	.block-grid>li { display: block; height: auto; float: left; }

	.block-grid.two-up { margin-left: -4% }
	.block-grid.two-up>li { margin-left: 4%; width: 46%; }
/* 	.block-grid.two-up>li:nth-child(2n+1) {clear: left;} */

	.block-grid.three-up { margin-left: -2% }
	.block-grid.three-up>li { margin-left: 2%; width: 31.3%; }
/* 	.block-grid.three-up>li:nth-child(3n+1) {clear: left;} */

	.block-grid.four-up { margin-left: -2% }
	.block-grid.four-up>li { margin-left: 2%; width: 23%; }
/* 	.block-grid.four-up>li:nth-child(4n+1) {clear: left;} */

	.block-grid.five-up { margin-left: -1.5% }
	.block-grid.five-up>li { margin-left: 1.5%; width: 18.5%; }
/* 	.block-grid.five-up>li:nth-child(5n+1) {clear: left;} */

/* Artfully masterminded by ZURB  */



/* --------------------------------------------------
   Table of Contents
-----------------------------------------------------
:: Buttons
:: Alerts
:: Labels
:: Tabs
:: Pagination
:: Breadcrumbs
:: Lists
:: Panels
:: Nav
:: Video
:: Microformats
*/




/*	--------------------------------------------------
	Buttons
	-------------------------------------------------- */

	.button {
		background: #00a6fc;
		display: inline-block;
		text-align: center;
		padding: 9px 34px 11px;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
		font-size: 13px; font-size: 1.3rem;
		line-height: 1;
		font-family: "Helvetica Neue", "Helvetica", Arial, Verdana, sans-serif;
		position: relative;
		cursor: pointer;
		border: none;
		outline: none;
		margin: 0;
	}

  	/* Don't use native buttons on iOS */
	input[type=submit].button, button.button { -webkit-appearance: none; }

	/* Hide inner focus effect in Firefox */
	button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
		border: none;
	}

	.button.nice {
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px;
		-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
		text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
		background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -31px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
		border: 1px solid #0593dc;
		-webkit-transition: background-color .15s ease-in-out;
		-moz-transition: background-color .15s ease-in-out;
		-o-transition: background-color .15s ease-in-out;
	}

	.button.radius {
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
	}
	.button.round {
		-moz-border-radius: 1000px;
		-webkit-border-radius: 1000px;
		border-radius: 1000px;
	}

	.button.full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center;
	}

	.button.left-align {
		text-align: left;
		text-indent: 12px;
	}

	/* Sizes ---------- */
	.tiny.button			{ font-size: 10px; padding: 6px 14px 8px; width: auto; }
	.small.button 			{ font-size: 11px; padding: 8px 20px 10px; width: auto; }
	.medium.button 			{ font-size: 13px; width: auto; }
	.large.button 			{ font-size: 18px; padding: 11px 48px 13px; width: auto; }

	/* Nice Sizes ---------- */
	.nice.tiny.button 		{ background-position: 0 -37px; }
	.nice.small.button 		{ background-position: 0 -34px; }
	.nice.large.button 		{ background-position: 0 -30px; }

	/* Colors ---------- */
	.blue.button			{ background-color: #00a6fc; }
	.red.button				{ background-color: #e91c21; }
	.white.button			{ background-color: #e9e9e9; color: #333; }
	.black.button			{ background-color: #141414; }
	.green.button			{ background-color: #5b8737; }

	/* Nice Colors ---------- */
	.nice.blue.button		{ border: 1px solid #0593dc; }
	.nice.red.button		{ border: 1px solid #b90b0b; }
	.nice.white.button		{ border: 1px solid #cacaca; text-shadow: none !important; }
	.nice.black.button		{ border: 1px solid #000; }
	.nice.green.button		{ border: 1px solid #4a6b2d; }

	/* Hovers ---------- */
	.button:hover, .button:focus 				{ background-color: #0192dd; color: #fff; text-decoration: none; }
	.blue.button:hover, .blue.button:focus		{ background-color: #0192dd; text-decoration: none; }
	.red.button:hover, .red.button:focus 		{ background-color: #d01217; text-decoration: none; }
	.white.button:hover, .white.button:focus	{ background-color: #dadada; color: #333; text-decoration: none; }
	.black.button:hover, .black.button:focus	{ background-color: #000; text-decoration: none; }
	.green.button:hover, .green.button:focus	{ background-color: #699c40; text-decoration: none; }

	/* Hovers ---------- */
	.nice.button:active 	{
		-moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
		-webkit-box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
		box-shadow: inset 0 1px 0 rgba(0,0,0,.15);
	}

	/* Disabled ---------- */
	.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }

	/* Correct FF button padding */
	@-moz-document url-prefix(http://) {
		input[type=submit].button::-moz-focus-inner, button.button::-moz-focus-inner { border: 0; padding: 0; }
		input[type=submit].tiny.button		{ padding: 5px 14px 7px; }
		input[type=submit].small.button		{ padding: 7px 20px 8px; }
		input[type=submit].medium.button	{ padding: 8px 34px 9px; }
		input[type=submit].large.button		{ padding: 9px 48px 10px; }
	}



	.button.book-now { display: block; margin: 15px auto; }



/*	--------------------------------------------------
	Alerts
	-------------------------------------------------- */

	div.alert-box { display: block; padding: 6px 7px; font-weight: bold; font-size: 13px; background: #eee; border: 1px solid rgba(0,0,0,0.1); margin-bottom: 12px; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; text-shadow: 0 1px rgba(255,255,255,0.9); position: relative; }
	.alert-box.success { background-color: #7fae00; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
	.alert-box.warning { background-color: #f68b01; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }
	.alert-box.error { background-color: #c00000; color: #fff; text-shadow: 0 -1px rgba(0,0,0,0.3); }

	.alert-box a.close { color: #000; position: absolute; right: 4px; top: 0; font-size: 18px; opacity: 0.2; padding: 4px; }
	.alert-box a.close:hover,.alert-box a.close:focus { opacity: 0.4; }

/*    --------------------------------------------------
    Labels
    -------------------------------------------------- */

	.label { padding: 0 4px 2px; font-size: 11px; font-weight: bold; text-align: center; text-decoration: none; line-height: 1;  white-space: nowrap; display: inline; position: relative; bottom: 1px; color: #fff; background: #00a6fc; }
	.label.radius { -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px; }
	.label.round { padding: 1px 7px 2px; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }

	/* Colors ---------- */
	.blue.label				{ background-color: #00a6fc; }
	.red.label				{ background-color: #e91c21; }
	.green.label			{ background-color: #7fae00; }
	.white.label			{ background-color: #e9e9e9; color: #333; }
	.black.label			{ background-color: #141414; }



/*	--------------------------------------------------
	Panels
	-------------------------------------------------- */
	div.panel {
		padding: 20px 20px 2px 20px;
		background: #efefef;
		background: -moz-linear-gradient(top, #FFFFFF 0%, #F4F4F4 100%);
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFFFFF), color-stop(100%,#F4F4F4));
		background: -o-linear-gradient(top, #ffffff 0%,#f4f4f4 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFFFF', endColorstr='#F4F4F4',GradientType=0 );
		box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.15);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.25);
		margin: 0 0 20px 0;
	}


/*	--------------------------------------------------
   	Video
   	Mad props to http://www.alistapart.com/articles/creating-intrinsic-ratios-for-video/
	-------------------------------------------------- */

	.flex-video {
		position: relative;
		padding-top: 25px;
		padding-bottom: 67.5%;
		height: 0;
		margin-bottom: 16px;
		overflow: hidden;
	}

	.flex-video.widescreen { padding-bottom: 57.25%; }
	.flex-video.vimeo { padding-top: 0; }

	.flex-video iframe,
	.flex-video object,
	.flex-video embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}



/*	--------------------------------------------------
   	Microformats
	-------------------------------------------------- */

	/* hCard */
	ul.vcard { display: inline-block; margin: 0 0 12px 0; border: 1px solid #ddd; padding: 10px; }
	ul.vcard li { margin: 0; display: block; }
	ul.vcard li.fn { font-weight: bold; font-size: 15px; font-size: 1.5rem; }

	p.vevent span.summary { font-weight: bold; }
	p.vevent abbr { cursor: default; text-decoration: none; font-weight: bold; border: none; padding: 0 1px; }



/*	--------------------------------------------------
   	Tooltips
	-------------------------------------------------- */
	.has-tip {
	  border-bottom: dotted 1px #ccc;
	  cursor: help;
	  font-weight: bold;
	  color: #333;
	}
	.has-tip:hover {
	  border-bottom: dotted 1px #0593dc;
	  color: #0192dd;
	}
	.tooltip {
    display: none;
	  background: rgb(0,0,0);
	  background: rgba(0,0,0,0.8);
	  position: absolute;
	  color: #fff;
	  font-weight: bold;
	  font-size: 12px;
	  font-size: 1.2rem;
	  padding: 5px;
	  z-index: 999;
	  -webkit-border-radius: 4px;
	  -moz-border-radius: 4px;
	  border-radius: 4px;
	  line-height: normal;
	}
	.tooltip > .nub {
	  display: block;
	  width: 0;
	  height: 0;
	  border: solid 5px;
	  border-color: transparent transparent rgb(0,0,0) transparent;
	  border-color: transparent transparent rgba(0,0,0,0.8) transparent;
	  position: absolute;
	  top: -10px;
	  left: 10px;
	}
	.tooltip.tip-override > .nub {
	  border-color: transparent transparent rgb(0,0,0) transparent !important;
	  border-color: transparent transparent rgba(0,0,0,0.8) transparent !important;
	  top: -10px !important;
	}
	.tooltip.tip-top > .nub {
	  border-color: rgb(0,0,0) transparent transparent transparent;
	  border-color: rgba(0,0,0,0.8) transparent transparent transparent;
	  top: auto;
	  bottom: -10px;
	}
	.tooltip.tip-left, .tooltip.tip-right, .has-tip.tip-left, .has-tip.tip-right {
	  float: none !important;
	}
	.tooltip.tip-left > .nub {
	  border-color: transparent transparent transparent rgb(0,0,0);
	  border-color: transparent transparent transparent rgba(0,0,0,0.8);
	  right: -10px;
	  left: auto;
	}
	.tooltip.tip-right > .nub {
	  border-color: transparent rgb(0,0,0) transparent transparent;
	  border-color: transparent rgba(0,0,0,0.8) transparent transparent;
	  right: auto;
	  left: -10px;
	}
	.tooltip.noradius {
	  -webkit-border-radius: 0;
	  -moz-border-radius: 0;
	  border-radius: 0;
	}
	.has-tip.opened {
	  color: #0192DD !important;
	  border-bottom: dotted 1px #0593DC !important;
	}
	.tap-to-close {
	  display: block;
	  font-size: 10px;
	  font-size: 1.0rem;
	  color: #888;
	  font-weight: normal;
	}


/* --------------------------------------------------
	:: Typography
	-------------------------------------------------- */

	@media handheld, only screen and (max-width: 767px) {
		h1 { font-size: 32px; font-size: 3.2rem; line-height: 1.3; }
		h2 { font-size: 28px; font-size: 2.8rem; line-height: 1.3; }
		h3 { font-size: 21px; font-size: 2.1rem; line-height: 1.3; }
		h4 { font-size: 18px; font-size: 1.8rem; line-height: 1.2; }
		h5 { font-size: 16px; font-size: 1.6rem; line-height: 1.2; }
		h6 { font-size: 15px; font-size: 1.5rem; line-height: 1.2; }
		body, p {  font-size: 15px; font-size: 1.5rem; line-height: 1.4; }
	}


/* --------------------------------------------------
	:: Grid
	-------------------------------------------------- */

	/* Mobile */
	@media only screen and (max-width: 767px) {
		body { border-top: 5px solid #333; -webkit-text-size-adjust: none; -ms-text-size-adjust: none; width: 100%; min-width: 0; margin-left: 0; margin-right: 0; padding-left: 0; padding-right: 0; }
		.container { min-width: 0; margin-left: 0; margin-right: 0; }
		.row { width: 100%; min-width: 0; margin-left: 0; margin-right: 0; }
		.row .row .column, .row .row .columns { padding: 0; }
		.column, .columns { width: auto !important; float: none; margin-left: 0; margin-right: 0; }
		.column:last-child, .columns:last-child { margin-right: 0; float: none; }
		[class*="column"] + [class*="column"]:last-child { float: none; }
		[class*="column"]:before, [class*="column"]:after { content:""; display:table; }
		[class*="column"]:after { clear: both; }

		.offset-by-one, .offset-by-two, .offset-by-three, .offset-by-four, .offset-by-five, .offset-by-six, .offset-by-seven, .offset-by-eight, .offset-by-nine, .offset-by-ten, .offset-by-eleven, .centered { margin-left: 0 !important; }

		.push-two, .push-three, .push-four, .push-five, .push-six, .push-seven, .push-eight, .push-nine, .push-ten { left: auto; }
		.pull-two, .pull-three, .pull-four, .pull-five, .pull-six, .pull-seven, .pull-eight, .pull-nine, .pull-ten { right: auto; }

		/* Mobile 4-column Grid */
		.row .phone-one:first-child, .row .phone-two:first-child, .row .phone-three:first-child, .row .phone-four:first-child { margin-left: 0; }
		.row .phone-one:last-child, .row .phone-two:last-child, .row .phone-three:last-child, .row .phone-four:last-child { float: right; }

		.row .phone-one, .row .phone-two, .row .phone-three, .row .phone-four { margin-left: 4.4%; float: left; min-height: 1px; position: relative; padding: 0; }

		.row .phone-one 	{ width: 21.68% !important; }
		.row .phone-two 	{ width: 47.8% !important; }
		.row .phone-three 	{ width: 73.9% !important; }
		.row .phone-four 	{ width: 100% !important; }

		.row .push-one-phone { left: 26.08%; }
		.row .push-two-phone { left: 52.2% }
		.row .push-three-phone { left: 78.3% }

		.row .pull-one-phone { right: 26.08% }
		.row .pull-two-phone { right: 52.2% }
		.row .pull-three-phone { right: 78.3%; }


		/* nwmtg */
		html { background: #70804f !important; }

		.logo { display: block; margin: 0 auto; width: 178px; height: 96px; background: url(../images/logo-grn.png) no-repeat !important; position: relative !important; top: 0 !important; }

		nav select { display: block !important; margin: 20px auto !important; width: 90%; }
		nav ul { display: none; }

		#content { margin-top: 0 !important; padding-top: 20px !important; background-position: center top !important; }
		.home #content { padding-top: 20px !important; }
		.interior #content { min-height: 0 !important; }

		.reservations { margin-bottom: 20px !important; float: none !important; }
		.home .reservations span { font-size: 24px !important; }

		#page { height: auto !important; line-height: 1.5 !important; margin-bottom: 20px !important; }
		#page h2 { color: #444 !important; height: auto !important; line-height: 1 !important; text-shadow: none !important; }

		.details { background: none !important; }

		.subnav { margin: 0 0 20px 0 !important; padding-bottom: 0 !important; background: none !important; }
			.subnav li { margin: 0; border-bottom: 1px solid #dbd7be; }
				.subnav li a { margin-right: 0 !important; display: block; padding: 12px 0 12px 0 !important;  font-family: "museo-slab", sans-serif; font-weight: 500; line-height: 1; font-size: 12px; font-size: 1.2rem; }
				.subnav li a:hover { background: none !important; }
			.subnav li.active { background: none !important;}
			.subnav li.active a { color: #555; cursor: default; background: none !important; }



		#footer { text-align: center; }
		#footer .footer-nav { float: none !important; text-align: center !important; display: block !important }
			#footer .footer-nav li { display: block !important; float: none !important; margin-left: 0 !important; margin-right: 24px; }

		#footer .social { float: none !important; width: 105px; margin: 0 auto; text-align: center; }
			#footer .social li { display: inline !important; }

		#footer a.footer-reservations { text-decoration: underline;; }			
		
	}


/* --------------------------------------------------
	:: Block Grids
	-------------------------------------------------- */

	@media only screen and (max-width: 767px) {
		.block-grid.mobile { margin-left: 0; }
		.block-grid.mobile > li { float: none; width: 100%; margin-left: 0; }
	}



/* --------------------------------------------------
	:: Mobile Visibility Affordances
---------------------------------------------------*/


	.show-on-phones { display: none !important; }
	.show-on-tablets { display: none !important; }
	.show-on-desktops { display: block !important; }

	.hide-on-phones { display: block !important; }
	.hide-on-tablets { display: block !important; }
	.hide-on-desktops { display: none !important; }


	/* Modernizr-enabled tablet targeting */
	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch .hide-on-phones { display: block !important; }
		.touch .hide-on-tablets { display: none !important; }
		.touch .hide-on-desktops { display: block !important; }

		.touch .show-on-phones { display: none !important; }
		.touch .show-on-tablets { display: block !important; }
		.touch .show-on-desktops { display: none !important; }
	}


	@media only screen and (max-width: 767px) {
		.hide-on-phones { display: none !important; }
		.hide-on-tablets { display: block !important; }
		.hide-on-desktops { display: block !important; }

		.show-on-phones { display: block !important; }
		.show-on-tablets { display: none !important; }
		.show-on-desktops { display: none !important; }
	}


	/* Specific overrides for elements that require something other than display: block */

	table.show-on-desktops { display: table !important; }
	table.hide-on-phones { display: table !important; }
	table.hide-on-tablets { display: table !important; }


	@media only screen and (max-width: 1280px) and (min-width: 768px) {
		.touch table.hide-on-phones { display: table !important; }
		.touch table.hide-on-desktops { display: table !important; }
		.touch table.show-on-tablets { display: table !important; }
	}

	@media only screen and (max-width: 767px) {
		table.hide-on-tablets { display: table !important; }
		table.hide-on-desktops { display: table !important; }
		table.show-on-phones { display: table !important; }
	}


/* --------------------------------------------------
	:: Forms
---------------------------------------------------*/


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

	}


/* --------------------------------------------------
	:: UI
---------------------------------------------------*/

	/* Buttons */
	@media only screen and (max-width: 767px) {
		.button { display: block; }
		button.button, input[type="submit"].button { width: 100%; padding-left: 0; padding-right: 0; margin-bottom: 5px; }
	}



	/* Tooltips */
	@media only screen and (max-width: 767px) {
	  .tooltip {
	    font-size: 14px;
	    font-size: 1.4rem;
	    line-height: 1.4;
	    padding: 7px 10px 9px 10px;
	  }
  	.tooltip > .nub, .tooltip.top > .nub, .tooltip.left > .nub, .tooltip.right > .nub {
		  border-color: transparent transparent rgb(0,0,0) transparent;
		  border-color: transparent transparent rgba(0,0,0,0.85) transparent;
		  top: -12px;
    	left: 10px;
		}
  }


	/* Video */

	@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
		.flex-video { padding-top: 0; }
	}



/* Ticker Styling */
.ticker-wrapper.has-js {
	margin: 20px 0 30px;
	padding: 0px 2%;
	width: 96%;
	height: 32px;
	line-height: 32px;
	display: block;
	-webkit-border-radius: 64px;
	-moz-border-radius: 64px;
	border-radius: 64px;
	background-color: #6f8250;
	font-size: 11px;
	float: none;
}
.ticker {
	width: 90%;
	height: 32px;
	line-height: 32px;
	display: block;
	position: relative;
	overflow: hidden;
}
.ticker-title {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
.ticker-content {
	margin: 0px;
	position: absolute;
	color: #1F527B;
	overflow: hidden;
	white-space: nowrap;
	line-height: 32px;
}
.ticker-content:focus {
	none;
}
.ticker-content a {
	text-decoration: none;
	color: #ffedb0;
}
.ticker-content a:hover {
	text-decoration: none;
	color: #fff;
}
.ticker-swipe {
	position: absolute;
	top: 0px;
	display: none;
	width: 90%;
	height: 32px;
}
.ticker-swipe span {
	margin-left: 1px;
	border-bottom: 1px solid #fff;
	height: 32px;
	width: 7px;
	display: none;
}
.ticker-controls {
	padding: 8px 0px 0px 0px;
	list-style-type: none;
	margin: 0;
	position: absolute;
	right: 16px;
	margin: 0;
}
.ticker-controls li {
	padding: 0px;
	margin: 0 0 0 5px;
	float: left;
	cursor: pointer;
	height: 16px;
	width: 16px;
	display: block;
}
.ticker-controls li.jnt-play-pause {
	display: none;
	background-image: url(../images/ticker-controls.png);
	background-position: 32px 16px;
}
.ticker-controls li.jnt-play-pause.over {
	background-position: 32px 32px;
}
.ticker-controls li.jnt-play-pause.down {
	background-position: 32px 0px;
}
.ticker-controls li.jnt-play-pause.paused {
	background-image: url(../images/ticker-controls.png);
	background-position: 48px 16px;
}
.ticker-controls li.jnt-play-pause.paused.over {
	background-position: 48px 32px;
}
.ticker-controls li.jnt-play-pause.paused.down {
	background-position: 48px 0px;
}
.ticker-controls li.jnt-prev {
	background-image: url(../images/ticker-controls.png);
	background-position: 0px 16px;
}
.ticker-controls li.jnt-prev.over {
	background-position: 0px 32px;
}
.ticker-controls li.jnt-prev.down {
	background-position: 0px 0px;
}
.ticker-controls li.jnt-next {
	background-image: url(../images/ticker-controls.png);
	background-position: 16px 16px;
}
.ticker-controls li.jnt-next.over {
	background-position: 16px 32px;
}
.ticker-controls li.jnt-next.down {
	background-position: 16px 0px;
}
.js-hidden {
	display: none;
}
.no-js-news {
	padding: 10px 0px 0px 45px;
	color: #F8F0DB;
}
.left .ticker-swipe {
	/*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    padding-left: 6px;
}
.right .ticker-swipe {
	/*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}



/* HEADER */
#header { width: 100%; height:201px; background: url(../images/greens.jpg) repeat-x; padding: 0; margin: 0; }

.home #header { height:600px; background: none; background: url(../images/courses-bg.png) no-repeat center bottom; }
.home .headerimg { background-position: center top; background-repeat: no-repeat; width:100%; height:600px; position:absolute; background-color: #000; }

nav select { display: none; }

/* NAVIGATION */
#nav-outer { display: block; height:141px; position:relative; background: url(../images/branding-nav-bg.png) repeat-x; z-index: 9999; }



/* MENU */

#navigation { display: block; position:relative; max-width: 980px; margin: 0 auto; }


/*	--------------------------------------------------
    :: Main Nav
	-------------------------------------------------- */

	#main-nav { list-style: none; margin: 0; padding: 0; float: right; position: absolute; right: 0; top:80px; }

	#main-nav li { float: left; display: block; text-align: center; position: relative; padding: 0; margin: 0 0 0 10px; font-size: 11px; line-height: 13px; color: #333; }

	#main-nav li.top { font-family: "museo-slab", sans-serif; font-size: 17px; padding: 14px 12px 16px; *padding: 14px 15px; margin: 0 9px; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }
		#main-nav li:hover { background: #fff; }
			#main-nav li:hover a { color: #444; }
			#main-nav li a { color: #9cc315; }
			#main-nav li a:hover { color: #444; text-decoration: none; }
				#main-nav li:hover a:hover { color: #9cc315; }


	.dropdown_1column,
	.dropdown_2columns,
	.dropdown_3columns,
	.dropdown_4columns,
	.dropdown_5columns {
		margin: 0 auto 0 auto;
		float: left;
		position: absolute;
		left: -999em;
		/* Hides the drop down */
		text-align: left;
		padding: 5px 15px;
		border-top: none;
		background: #fff;
		font-family: Helvetica, Arial, sans-serif;
		font-style: normal;
		text-shadow: none;
		-webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; border-top-left-radius: 0;
	}

	.dropdown_1column { width: 180px; }
	.dropdown_2columns {  }
	.dropdown_3columns {  }
	.dropdown_4columns {  }
	.dropdown_5columns {  }

	#main-nav li:hover .dropdown_1column,
	#main-nav li:hover .dropdown_2columns,
	#main-nav li:hover .dropdown_3columns,
	#main-nav li:hover .dropdown_4columns,
	#main-nav li:hover .dropdown_5columns { left: 0px; top: 40px; }

	/*#main-nav li:hover #reservations { left: -70px; }*/

	.col_1,
	.col_2,
	.col_3,
	.col_4,
	.col_5 { display: inline; float: left; position: relative; margin: 0; }

	.col_1 { width: 180px; }
	.col_2 {  }
	.col_3 {  }
	.col_4 {  }
	.col_5 {  }

	.col_1 p { margin: 0; padding: 5px 0; }
	.col_1 p strong { display: block; font-size: 16px; line-height: 1.5; }


	#main-nav li:hover div a { font-size: 11px; font-weight: bold; color: #444; text-shadow: none; }
	#main-nav li:hover div a:hover { color: #89ad0d; }

		#main-nav li div ul { margin: 0; }
		#main-nav li div li { display: block; float: none; text-align: left; margin: 0; border-top: 1px solid #e6e6e6; }
			#main-nav li div li:first-child,
			#main-nav li div li.first-child { border-top: none; }
		#main-nav li div li a { display: block; padding: 8px 0;  }

/*	--------------------------------------------------
    :: Util Nav
	-------------------------------------------------- */

#util-nav { list-style: none; margin: 0; padding: 0; float: right; position: absolute; right: 0; top:10px; border-bottom: 1px solid #404040; padding-bottom: 5px; }
	#util-nav li { float: left; display: block; margin: 0; }
		#util-nav li a { display: block; padding: 8px 11px; margin: 0; color: #cbd2b3; font-size: 11px; font-weight: bold; }
		#util-nav li a:hover { color: #fff; }



/* HEADER TEXT homepage specific */
#headertxt {  position:relative; top:305px; }
#course { color:#9cc315; text-decoration:none; font-size:18px; line-height: 1; padding:0; }
#course:hover { text-decoration:none; color:#fff; }
	/*#course:after { content:" \00bb"; }*/
.caption-wrap { position: relative; height: 85px; }
.rect { width: 300px; height: 85px; background: #000; position: absolute; right: 100%; }
.caption { font-family: "museo-slab", sans-serif; text-align: center; display: block; margin: 0 auto; width: 28.0%; padding: 12px 12px 9px; background: url(../images/blk-trans-bg.png); background: rgba(0,0,0,.6); border-radius: 999px; border-left: 1px solid rgba(0,0,0,.2); border-top: 1px solid rgba(0,0,0,.2); border-right: 1px solid rgba(255,255,255,.3); border-bottom: 1px solid rgba(255,255,255,.3); }

.location { color:#e3e3e3; font-weight: bold; font-size:10px; text-transform:uppercase; }

.logo { display: block; width: 178px; height: 96px; background: url(../images/logo.png) no-repeat; position: absolute; top: 22px; }



/* CONTENT */
#content { margin-top: -120px; padding-top: 60px; padding-bottom: 20px; background: url(../images/golfball-bg.jpg) no-repeat center 120px; }

.home #content { margin-top: 0; padding-top: 30px; background-position: center top; }
.interior #content { min-height: 680px; }

.home h2 { font-size: 24px; text-align: center; font-style: italic; font-weight: 500; line-height: 1.25; text-shadow: 0 1px 0 #fff; margin-bottom: 20px; }
	.home h2 span { display: block; text-transform: uppercase; font-size: 18px; font-style: normal; color: #6f8250; margin-top: 5px; }

.home h4 { color: #415225; font-size: 13px; text-transform: uppercase; font-weight: 600; margin-bottom: 18px; }

.social { height: 20px; float: right; margin: 16px 0 0 10px; }
.social li { display: block; float: right; }
.social li a { display: block; width: 23px; height: 20px; margin: 0 6px; }
	.social li a.email { background: url(../images/social-sprite.png) no-repeat 0 -20px; }
	.social li a.facebook { background: url(../images/social-sprite.png) no-repeat -23px -20px; }
	.social li a.twitter { background: url(../images/social-sprite.png) no-repeat -46px -20px; }
		.social li a.email:hover { background-position: 0 -40px; }
		.social li a.facebook:hover { background-position: -23px -40px; }
		.social li a.twitter:hover { background-position: -46px -40px; }

		.home .social { width: 70px; height: 20px; margin: 0 auto; float: none; }
		.home .social li a.email { background: url(../images/social-sprite.png) no-repeat 0 0; }
		.home .social li a.facebook { background: url(../images/social-sprite.png) no-repeat -23px 0; }
		.home .social li a.twitter { background: url(../images/social-sprite.png) no-repeat -46px 0; }
		.home .social li a.email:hover { background-position: 0 -40px; }
		.home .social li a.facebook:hover { background-position: -23px -40px; }
		.home .social li a.twitter:hover { background-position: -46px -40px; }





.home .reservations { font-family: "museo-slab", sans-serif; font-weight: 500; text-transform: uppercase; text-align: center; font-size: 16px; color: #444; }
.home .reservations span { display: block; color: #121212; font-size: 32px; font-size: 3.2rem; margin: 8px 0; border: 3px double #c9c394; border-left: none; border-right: none; background: none; border-radius: 0; }
.home .reservations a.email { font-size: 14px; background: url(../images/email-arrow.png) no-repeat; padding-left: 16px; margin-left: -8px; }
.home .reservations b { font-weight: normal; color: #b0a676; text-shadow: 0 1px 0 #fff; }

.reservations { color: #fff; font-size: 10px; font-weight: bold; text-transform: uppercase; float: right; margin-top: 16px; }
.reservations span { background: url(../images/blk-trans.png); background: rgba(0,0,0,.6); padding: 6px 12px; border-radius: 999px; font-family: "museo-slab", sans-serif; font-weight: 500; font-size: 18px; margin-left: 8px; }


.packages { text-align: center; }
	.packages b { display: block; color: #627741; font-size: 48px; text-shadow: 0 1px 0 #fff; }
	.packages em { display: block; }

	#page { height: 60px; line-height: 60px; margin-bottom: 40px; }
		#page h2 { color: #fff; font-size: 28px; font-size: 2.8rem; font-weight: 500; margin: 0; height: 56px; line-height: 56px; text-shadow: 0 1px 0 #000; letter-spacing: -1px; }

.details { background: url(../images/vert-rule.gif) repeat-y center top; margin-bottom: 18px; }
.course-contact { text-align: center; }
.course-contact img { display: block; margin: 0 auto 12px auto; }
.course-contact span { display: block; margin: 0 0 12px 0; }
.course-contact .button { margin-bottom: 18px; }

.course-card { position: relative; padding: 6px; background: #f5f3e2; margin-bottom: 20px; }

.course-slides { margin: 0; }
	#pager { display: block; text-align: center; border-bottom: 1px solid #fff; padding: 0 0 6px 0;}
	#pager a { display: inline-block; background: #fff; text-decoration: none; margin: 0 4px; padding: 0;  width: 6px; height: 6px; -moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px; border: 1px solid #6f814f; -webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;}
	#pager a.activeSlide,
	#pager a.activeSlide:hover { background: #6f814f; }
	#pager a:hover { background: #9cc315; }
	#pager a:focus { outline: none; }


.tbl-data { border: 0; padding: 0; background: none; width: 100%; font-size: 11px; }
	.tbl-data th { text-align: left; font-weight: bold; text-transform: uppercase; font-size: 11px; line-height: 13px; padding: 3px 6px; }
	.tbl-data td { border-top: 1px solid #fff; padding: 4px 6px; font-size: 11px; }

		.tbl-data td.blue { color: #125588; }
		.tbl-data td.white { color: #7b7b7b; }
		.tbl-data td.yellow { color: #bd9826; }
		.tbl-data td.red { color: #bb0505; }
		.tbl-data td.green { color: #53852a; }
		.tbl-data td.silver { color: #aaaaaa; }
		.tbl-data td.gold { color: #d9b00f; }

.disclaimer { font-size: 11px; font-style: italic; margin-top: 20px; }

.desktop { font-size: 11px; }
.desktop a { padding: 0 0 0 12px; }


/* subnav */
.subnav { margin: 0 0 40px 0; padding-bottom: 120px; background: url(../images/subnav-bg.png) no-repeat right bottom; }
	.subnav li { margin: 0; border-bottom: 1px solid #dbd7be; }
		.subnav li a { margin-right: 12px; display: block;padding: 12px 18px 12px 0;  font-family: "museo-slab", sans-serif; font-weight: 500; line-height: 1; font-size: 12px; font-size: 1.2rem; }
		.subnav li a:hover { background: url(../images/subnav-arrow.png) no-repeat right 50%; text-decoration: none; }
	.subnav li.active { background: url(../images/subnav-active-bg.png) no-repeat right top;}
	.subnav li.active a { color: #555; cursor: default; background: url(../images/subnav-arrow.png) no-repeat right 50%; }


img.right { float: right; margin: 0 0 12px 12px; }
img.left { float: left; margin: 0 12px 12px 0; }

.sidebar h4 { font-size: 14px; text-transform: uppercase; text-shadow: 0 1px 0 #fff; margin-bottom: 12px; }

.archives li { font-size: 12px; font-size: 1.2rem; line-height: 1.25; margin-bottom: 12px; }


form.newsletter-signup { position: relative; margin: 0 auto 30px; width: 100%; }
form.newsletter-signup input {
	border: 1px solid #d3cebd;
	background: #fff;
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-family: sans-serif;
	padding: 0 2%;
	height: 30px;
	*height: 29px;
	margin: 0;
	width: 94%;
}

form.newsletter-signup button{
	background: #d3cebd;
	border: 1px solid #e5dfcd;
	border-left: 0;
	color: #444;
	padding: 0 4%;
	height: 32px;
	position: absolute;
	top: 0;
	right:0;
	width: 60px;
	*width: 64px;
	font-size: 13px;
	line-height: 16px;
	font-family: "museo-slab", sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0;
	text-shadow: 0 1px 0 #ede8da;
}

form.newsletter-signup button:hover { cursor: pointer; background-color: #546835; color: #fff; text-shadow: 0 1px 0 #444; }
form.newsletter-signup input:focus { outline: none; }


.border { background: #fff; border: 3px double #77895a;  }


#footer { background: url(../images/footer-bg.jpg); padding-top: 20px; padding-bottom: 20px; color: #eeebd7; font-weight: bold; min-height:80px; height:auto !important; height: 80px; }

#footer p { font-size: 12px; }

#footer .footer-nav { float: right; font-size: 12px; }
	#footer .footer-nav li { display: block; float: left; margin-left: 24px; }
		#footer a,
		#footer .footer-nav li a { color: #eeebd7; }
		#footer .footer-nav li a:hover { color: #fff; }

	
	
	
	#footer .footer-nav li a.email { background: url(../images/social-sprite.png) no-repeat 0 -20px; display: inline-block; width: 23px; height: 20px; margin: 0; }
	#footer .footer-nav li a.facebook { background: url(../images/social-sprite.png) no-repeat -23px -20px; display: inline-block; width: 23px; height: 20px; margin: 0; }		

	#footer a.footer-reservations { text-decoration: none; }			
	#footer a:hover.footer-reservations { text-decoration: underline; }			


form.styled {
	margin: 20px auto;
	width: 100%;
}

form.styled legend {
	font-size: 19px;
	line-height: 24px;
	font-weight: bold;
	display: block;
	padding: 0 0 25px;
}

form.styled label,
form.styled .non-label-section {
	display: block;
	margin-left: 100px;
	padding: 5px 10px 5px 20px;
	border-left: 0px solid #fff;
	position: relative;
}

form.styled label span,
form.styled .non-label-section span {
	width: 88px;
	font-weight: bold;
	font-size: 12px;
	color: #666;
	position: absolute;
	top: 10px;
	left: -100px;
}


form.styled input.textbox,
form.styled textarea {
	border: 1px solid #e3e3e3;
	background: #EEE;
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-family: sans-serif;
	padding: 2%;
	margin: 0;
	width: 96%;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03, #f4f4f4),color-stop(1, white));
	background-image: -moz-linear-gradient(center bottom,#f4f4f4 3%,white 100%);
	-moz-box-shadow: inset 1px 1px 4px #f6f6f6;
	-webkit-box-shadow: inset 1px 1px 4px #f6f6f6;
	box-shadow: inset 1px 1px 4px #f6f6f6;
}

form.styled .non-label-section label {
display: inline;
margin: 0;
padding: 0;
border: none;
}

form.styled .checkbox, form.styled .radio {
display: inline;
width: auto;
}

form.styled label span.browse {
	font-size: 13px;
	line-height: 17px;
	height: 17px;
	padding: 2%;
	margin: 0;
	left: auto;
	top: 0;
	right: -1px;
}


/* styled form alt (packages & specials) */

form.styled.alt label {
	margin-left: 0;
	padding: 5px 0 5px 0;
}

form.styled.alt input.textbox,
form.styled.alt textarea {
	border: 1px solid #e3e3e3;
	background: #EEE;
	display: block;
	font-size: 13px;
	line-height: 17px;
	font-family: sans-serif;
	padding: 1%;
	margin: 0;
	width: 98%;
	color: #666;
	background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0.03, #f4f4f4),color-stop(1, white));
	background-image: -moz-linear-gradient(center bottom,#f4f4f4 3%,white 100%);
	-moz-box-shadow: inset 1px 1px 4px #f6f6f6;
	-webkit-box-shadow: inset 1px 1px 4px #f6f6f6;
	box-shadow: inset 1px 1px 4px #f6f6f6;
}



div.weather {
	text-align: center;
	background: #F5F3E2;
	border-radius: 7px;
	padding-top: 4px;
	padding-bottom: 4px;
	margin-bottom: 15px;
	box-shadow: 1px 1px 0 #e7e4cf inset;
}

.weather-icon {
	max-width: 36px;
	height: auto;
}

.forecast {
	text-align: left;
	border-top: 0px solid #F5F3E2;
	padding-top: 5px;
	background: url(../images/email-arrow.png) no-repeat left 6px;
	padding-left: 16px;
	margin-top: 9px;
}

.package-wrapper {
	background: #F5F3E2;
	padding: 16px;
	margin-bottom: 28px;
	border-radius: 7px;
	box-shadow: 1px 1px 0 #dfddca inset;
}

.package-special em {
	display: block;
	margin-bottom: 9px;
	font-weight: 600;
}

.package-special li {
	margin-bottom: 5px;
	line-height: 1.35;
	font-size: 12px;
}

.package-special h4 {
	margin-bottom: 18px;
	border-bottom: 1px solid #dfddca;
	padding-bottom: 9px;
}

.package-special small {
	font-size: 11px;
}


.package-special img.thumbnail {
	border-radius: 7px;
}


/* review link button */
.review-link a {
	-webkit-box-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px 0px inset;
	-webkit-font-smoothing: antialiased;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: 0.15000000596046448s;
	-webkit-transition-property: background-color;
	-webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
	background-attachment: scroll;
	background-clip: border-box;
	background: #aa3a03 url(http://www.golfnorthwestmontana.com/images/misc/button-gloss.png) repeat-x 0 -31px;
	background-origin: padding-box;
	border: 1px solid #90380c;
	border-radius: 3px;
	box-shadow: rgba(255, 255, 255, 0.496094) 0px 1px 0px 0px inset;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-family: 'Helvetica Neue', Helvetica, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 13px;
	line-height: 13px;
	margin: 0 0 18px 0;
	outline-color: rgb(255, 255, 255);
	outline-style: none;
	outline-width: 0px;
	padding: 9px 24px 11px;
	position: relative;
	text-align: center;
	text-decoration: none;
	text-shadow: rgba(0, 0, 0, 0.3) 0px -1px 1px;
	vertical-align: baseline;
}

.review-link a:hover,
.review-link a:focus{
	background-color: #843007;
	text-decoration: none;

}

/* banners */

#banners {
	padding: 20px 0;
}

#banners img {
	border: 1px solid #A94412;
	border-color: #C9C394;
}






/* bootstrap modal */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}
.collapse {
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
     transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
     transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
     transition-timing-function: ease;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10001;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857143px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.modal-footer:after {
  clear: both;
}
.affix {
  position: fixed;
}

@font-face {
    font-family: 'weather';
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot');
    src: url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix') format('embedded-opentype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff') format('woff'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf') format('truetype'),
         url('https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }
