/*
Theme Name: Forwardtrends Custom Theme
Theme URI: http://forwardtrends.com/
Description: ForwardTrends Custom Theme
Author: forwardtrends.com
Version: 1.0
Tags: Custom
*/
/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, font, 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 {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
	-webkit-font-smoothing: antialiased !important;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
/* =Layout
-------------------------------------------------------------- */
/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
#container {
	float: left;
	margin: 0 -380px 0 0;
	width: 100%;
}
#content {
	margin: 0 360px 0 30px;
}
#primary,
#secondary {
	float: right;
	width: 320px;
	padding:40px 0px;
	margin:0px 0px 0px 0px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
	width: 100%;
}
/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/
.one-column #content {
	margin: 0 auto;
	background-color:transparent;
}
/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/
.single-attachment #content {
	margin: 0 auto;
	max-width: 900px;
}
/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea {
	font-family:Arial, Helvetica, sans-serif;
}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;
}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
/* =Structure
-------------------------------------------------------------- */
/* The main theme structure */
.container                                  
{ 
	position: relative; 
	width: 980px; 
	margin: 0 auto; 
	padding: 0; 
	min-width:260px;
}
 
#wrapper {
	position: relative;
	display: block;
	padding:30px;
	background-color:#FFF;
}
#body-wrapper {
	margin:0px auto 300px auto;
	
	box-shadow:0px 0px 8px rgba(0,0,0,0.20);	
}
.home #wrapper {
	border-top:0!important;	
}
/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
	float: left;
	font-size: 14px;
	font-weight: bold;
	width: 700px;
}
#site-generator {
	float: right;
	width: 220px;
}
/* =Global Elements
-------------------------------------------------------------- */
/* Main global 'theme' and typographic styles */
body {
	background-color:#FFF;
	
}
body.bgcenter {
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
	background-attachment:fixed;
}
body.bgtile {
	background-repeat:repeat;
	background-position:top center;
	background-attachment:fixed;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}
/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote { 
	background-color: transparent;
  background-image: url('img/quotes.png');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 0px 0px;
  background-clip: border-box;
  background-origin: padding-box;
  background-size: auto auto;
  font-size: 24px;
  line-height:26px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 66px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 1em;
  margin-left: 0px;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;
}
abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
input[type="date"],
input[type="email"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}
a, a:hover, input:hover, .grid-item, .grid-item:hover {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
}
/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}
/* =Header
-------------------------------------------------------------- */
#header {
	padding:0px;
	margin:0px;
	height:auto;
	width:100%;
	display:block;
	z-index:9999;
	background-color:rgba(0,0,0,1.0);
	position:relative;
}
#clone {
	display:none;
	position:fixed!important;
	padding:0px;
	margin:0px;
	height:50px;
	width:100%;
	z-index:9999;
	top:0px;
	left:0px;
	background-color: rgba(0, 0, 0, 0.9);	
}
#clone.active {
	display:block;	
}
#logo {
	padding:0px;
	display:block;
	width:auto;
	height:40px;
	margin:5px 30px 5px 0px;
	position:relative;
	float:left;
}
#logo h1 a {
	width:auto;
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:30px;
	text-transform:uppercase;
	color:rgba(0,0,0,0.50);
	text-decoration:none;
}
#nav {
	width: auto;
	height: 50px;
	position: relative;
	float:left;
}
#mobilenav, #mobile-btn {
	display:none;	
}
#navcontainer {
	float:right;
	position:relative;
}
#nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#nav ul li {
	float:left;
}
/*#nav ul li:nth-child(3) {  
	margin-right:360px;
}*/
#nav ul li a {
	display: block;
	font-size: 10px;
	font-weight: normal!important;
	text-transform:none;
	letter-spacing: 0px;
	color:rgba(0,0,0,0.90);
	text-decoration: none;
	padding: 0px 15px;
	margin: 0px;
	line-height: 50px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#nav ul li:hover > a,
#nav ul li a:hover
{
	color:#FED748;
}
#nav li:hover > ul {
	display: block;
}
/* level 2 list */
#nav ul ul {
	display: none;
	margin: 0px;
	padding: 15px 0px;
	position: absolute;
	top: 50px;
	left:inherit;
	background-color: #000!important;
	width:auto;
	z-index:9999;
}
#nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}
#nav ul ul a {
	font-weight: 300;
	text-indent:0;
	background-image:none!important;
	height:30px;
	line-height:30px;
	padding:0px 15px;
	text-decoration:none;
	color:#FFF!important;
	width:auto!important;
	min-width:220px!important;
	text-transform:none;
	font-size:11px;
	letter-spacing:0px!important;
	border-right:none!important;
	border-bottom:1px solid #111!important;
	margin:0px!important;
	background-color:transparent!important;
}
/* sub levels link hover */
#nav ul ul li:hover a, 
#nav ul ul li.current_page_item a,
#nav ul ul a:hover {
	background-color:#FED748!important;
}
/* level 3+ list */
#nav ul ul ul {
	left: 181px;
	top: -3px;
}
/* tag */
#tag {
	position:relative;
	text-align:center;
	
}
#tag ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
}
#tag ul li {
	float:left;
	line-height:30px;
	font-size:12px;
	border-right:1px dotted rgba(0,0,0,0.05);
	color:rgba(0,0,0,0.50);
	padding:0px 5px;
}
#tag ul li a {
	
}
/* individual site header & navigation */
#site-header {
	/*background-color:rgba(255,255,255,1.0);*/
	width:100%;
	height:auto;
	position:relative;
	display:block;
	z-index:9998;
	vertical-align:middle;
	background-image:url(img/header-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
}
#site-header-inner {
	padding:30px 0px 0px 0px;	
}
#site-header-bot {
	position:absolute;
	display:none;
	width:100%;
	height:11px;
	background-image:url(img/header-bot.png);
	background-repeat:repeat-x;
	background-position:top left;
	bottom:-11px;
	left:0px;	
	z-index:9999;
}
#site-logo-container {
	width:100%;
	display:block;
	position:relative;
	vertical-align:middle;
	font-size:0;
	padding:0px 0px 20px 0px;
	margin:0px;
	text-align:center;
}
#site-logo {
	position:relative;
	margin:0px;
	padding:0px;
	width:auto;
	height:auto;
	display:block;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	z-index:10000;
	text-align:center;
	
}
#site-logo img {
	display:block;
	width:auto;
	height:auto;
	max-width:400px;	
	margin:0px auto;
	padding:0px;
}
#site-title {
	margin:5px auto 0px auto;
	padding:0px;
	position:relative;
	height:auto;
	display:inline-block;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
#site-title h1 {
	font-size:14px;
	line-height:14px;
	font-weight:900;
	color:rgba(255,255,255,0.90);
	text-transform:uppercase;
	letter-spacing:0px;
	position:relative;
	margin:0px!important;
	padding:0px!important;
	
}
#site-tag {
	position:relative;
	padding:0px;
	display:block;
	width:100%;
	height:auto;
}
#site-tag h3 {
	font-size:11px;
	line-height:20px;
	font-weight:normal;
	color:rgba(0,0,0,0.40);
	text-transform:uppercase;
	letter-spacing:3px;
}
#site-nav-container {
	width:auto;
	display:block;
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 	
}
#site-nav {
	position:relative;
	width:auto;
	
}
#site-navcontainer {
	float:right;
	position:relative;	
	left:-50%;
}
#site-nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
}
#site-nav ul li {
	float:left;
}
#site-nav ul li a {
	display: block;
	font-size: 16px;
	font-weight:900;
	text-transform:uppercase;
	letter-spacing:0px;
	color: rgba(255,255,255,0.90);
	text-decoration: none;
	padding: 0px 20px;
	margin:0px;
	line-height: 50px;
	border-right:1px dotted rgba(0,0,0,0.30);
}
#site-nav ul li:hover > a,
#site-nav ul li a:hover, 
#site-nav ul li.current_page_item a, 
#site-nav ul li.current_page_parent a, 
#site-nav ul li.current_page_ancestor a
{
	background-color:#FFF;
	
}
#site-nav ul li:last-child a {
	border-right:0;	
}
#site-nav li:hover > ul {
	display: block;
}
/* level 2 list */
#site-nav ul ul {
	display: none;
	margin: 0px!important;
	padding: 10px 0px 10px 0px;
	position: absolute;
	top: 50px;
	left:inherit;
	background-color:#FFF;
	width:auto!important;
	z-index:5000;
}
#site-nav ul ul li {
	float: none;
	margin: 0!important;
	padding: 0;
}
#site-nav ul ul a {
	text-indent:0;
	background-image:none!important;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	text-decoration:none;
	width:auto;
	min-width:185px!important;
	font-size:11px;
	border-right:none;
	border-bottom:1px solid rgba(0,0,0,.10);
	margin:0px;
	background-color:transparent!important;
	color:#666;
}
#site-nav ul ul li:last-child a {
	border-bottom:0px;	
}
/* sub levels link hover */
#site-nav ul ul li:hover a, 
#site-nav ul ul li:hover a,
#site-nav ul ul a:hover {
	background-color:rgba(0,0,0,.20)!important;
	color:#FFF!important;
}
/* level 3+ list */
#site-nav ul ul ul {
	left: 181px;
	top: -3px;
}
.tint {  
	display:block;
}  
.tint:before {  
	content: "";  
	display: block;  
	position: absolute;  
	top: 0;  
	bottom: 0;  
	left: 0;  
	right: 0;  
	background-color: rgba(55,74,92,0.00);  
	-moz-transition: background .3s linear;  
	-webkit-transition: background .3s linear;  
	-o-transition: background .3s linear;  
	transition: background .3s linear;  
}  
.tint:hover:before {  
	/*background: none; */ 
}  
.chop {
	max-height:200px;
	overflow:hidden;	
}
.cycle-slideshow {
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);	
}
.cycle-slide {
	width:100%;
	display:block;
	position:relative;
	height:auto;	
	
}
.cycle-prev, .cycle-next {
	position:absolute;
	z-index:9999;
	top:50%;
	font-size:100px;
	color:rgba(255,255,255,0.5);
	text-decoration:none!important;
}
.cycle-prev:hover, .cycle-next:hover {
	color:rgba(0,0,0,0.9);
}
.cycle-prev {
	left:10px;
}
.cycle-next {
	right:10px;	
}
#splash {
	display: block;
	width: 100%;
	background-color:rgba(0,0,0,0.95);
	position: relative;
	height: auto;
	padding: 0px;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8);
}
.splash-center {
	margin:0;
	padding:0;	
	position:absolute;
	width:100%;
	top:35%;
	height:auto;
	z-index:9000;
	text-align:center;
}
.splash-center h2 {
	display:inline-block;
	position:relative;
	font-size:28px;
	font-weight:900;
	text-transform:uppercase;
	line-height:28px;
	background-color:transparent;
	color:rgba(255,255,255,1);	
	max-width:60%;
	margin:0px auto 20px auto;
	text-shadow: 1px 1px 0px #000, 1px 1px 6px #000;
}
.splash-center h3 {
	display:inline-block;
	position:relative;
	font-size:16px;
	color:#FFF;	
	text-shadow: 1px 1px 0px #000, 0px 0px 3px #000, 0px 0px 6px #000;
	font-weight:900;
	max-width:100%;
	margin:0px auto 20px auto;
}
.splash-center h2 a,
.splash-center h3 a {
	text-decoration:none;
	color:inherit;
}	
#splash img {
	display:block;
	width:100%;
	height:auto;
	
}
#quote {
	display:block;
	padding:50px 0px;
	width:auto;
	background-color:#111;
	clear:both;
	border-bottom:1px solid #333;
	margin-bottom: 30px;
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#quote small {
	color:#CCC;
	line-height:10px!important;	
}
#quote h1,
#quote h2,
#quote h3,
#quote h4,
#quote h5{
	margin-bottom:30px;	
	text-transform:uppercase;
	font-size:30px;
	color:#EFEFEF;
	letter-spacing:2px;
	width:auto;
	position:relative;
}
#quote p{
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 30px;
	color: #969696;
}
#supportbtn {
	position:absolute;
	right:0px;
	top:-72px;
	height:60px;
	padding-top:10px;
	width:100%;
	background-image:url(img/support-btn.png);
	background-repeat:repeat;
}
#supportbtn p {
	text-align:center;
	font-size:14px;
	color:#EFEFEF;
	line-height:14px;
	margin-bottom:0px;
}
#supportbtn p span {
	font-size:11px;
	font-style:italic;
	color:#666;	
}
a.supportbtn {
	display:block;
	font-size:16px;
	padding:0px;
	line-height:30px;
	color:#FFF;	
	text-transform:uppercase;
	text-decoration:none;
	text-align:center;
	width:100%;
}
a.supportbtn:hover {
	color:#990;
}
.blog-entry {
	background-color:#FFF;
	padding:30px;
	border:1px solid #EFEFEF;	
	margin-bottom:20px;
	position:relative;
}
.blog-date {
	font-size:11px;
	font-style:italic;
	margin-bottom:15px;
}
.blog-date span {
	
}
.blog-entry .entry-title {
	
	line-height:inherit;
}
/* =Content
-------------------------------------------------------------- */
#main {
	clear: both;
	overflow: hidden;
	padding: 30px; 
	margin:0px;
	width:inherit;
	position:relative;
}
#content {
	padding:30px 0px;
}
#content,
#content input,
#content textarea,
.slide {
	color: #000;
	font-size: 16px;
	line-height: 26px;
}
#content img {
	display:block;
	width:auto;
	height:auto;
	max-width:100%;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
	text-shadow: 1px 1px 0px rgba(255,255,255,0.60);
	font-weight:normal;
}
#content ul ul,
#content ol ol,
#content ul ol,
#content ol ul {
	margin-bottom: 0;
}
#content pre,
#content kbd,
#content tt,
#content var {
	font-size: 15px;
	line-height: 21px;
}
#content code {
	font-size: 13px;
}
#content dt,
#content th {
	color: #000;
}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5,
#content h6 {
	color:rgba(0,0,0,0.90);
	text-shadow: 1px 1px 0px rgba(255,255,255,0.60);
	line-height: 1.5em;
	margin: 0 0 20px 0;
}
#content h1 {
	font-size:200%;	
}
#content h2 {
	font-size:180%;	
}
#content h3 {
	font-size:140%	
}
#content h4 {
	font-size:120%;	
}
#content table {
	border: 1px solid #EFEFEF;
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	clear:both;
}
#content tr th,
#content thead th {
	color: #888;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	padding: 9px 24px;
}
#content tr td {
	border-top: 1px dotted #EFEFEF;
	padding: 6px 24px;
}
#content tr.odd td {
	background: #f2f7fc;
}
.hentry {
	margin: 0 0 48px 0;
}
.home .sticky {
	background: #f2f7fc;
	border-top: 4px solid #000;
	margin-left: -20px;
	margin-right: -20px;
	padding: 18px 20px;
}
.single .hentry {
	margin: 0 0 36px 0;
}
.page-title {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 36px 0;
}
.page-title span {
	color: #333;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
}
.page-title a:link,
.page-title a:visited {
	color: #888;
	text-decoration: none;
}
.page-title a:active,
.page-title a:hover {
	
}
#subnav {
	display:none;
	margin:5px auto;
	height:40px;
}
#subnavcontainer {
	float:right;
	position:relative;
	left:-50%;
}
#subnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
}
#subnav ul li {
	float:left;
}
#subnav ul li a {
	font-size:10px;
	display:block;
	margin:0px 5px;	
	text-transform:uppercase;
}
.one-column .entry-title {
	text-align:center;
	
}
.entry-title a:link,
.entry-title a:visited {
	color: #000;
	text-decoration: none;
}
.entry-title a:active,
.entry-title a:hover {
	
}
.blog-entry .entry-title a {
	text-decoration:underline;
}
.entry-meta {
	color: #888;
	font-size: 12px;
	margin-bottom:10px;
}
.entry-meta abbr,
.entry-utility abbr {
	border: none;
}
.entry-meta abbr:hover,
.entry-utility abbr:hover {
	border-bottom: 1px dotted #666;
}
.entry-content {
		
}
.one-column .entry-content {
	background-color:transparent;	
}
.entry-content,
.entry-summary {
	clear: both;
}
#content .entry-summary p:last-child {
	margin-bottom: 12px;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 24px 0;
	padding: 24px;
}
.entry-content fieldset legend {
	background: #fff;
	color: #000;
	font-weight: bold;
	padding: 0 24px;
}
.entry-content input {
	margin: 0 0 24px 0;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 24px;
}
.entry-content select {
	margin: 0 0 24px 0;
}
.entry-content sup,
.entry-content sub {
	font-size: 10px;
}
.entry-content blockquote.left {
	float: left;
	margin-left: 0;
	margin-right: 24px;
	text-align: right;
	width: 33%;
}
.entry-content blockquote.right {
	float: right;
	margin-left: 24px;
	margin-right: 0;
	text-align: left;
	width: 33%;
}
.page-link {
	clear: both;
	color: #000;
	font-weight: bold;
	margin: 0 0 22px 0;
	word-spacing: 0.5em;
}
.page-link a:link,
.page-link a:visited {
	background: #f1f1f1;
	color: #333;
	font-weight: normal;
	padding: 0.5em 0.75em;
	text-decoration: none;
}
.home .sticky .page-link a {
	background: #d9e8f7;
}
.page-link a:active,
.page-link a:hover {
	
}
body.page .edit-link {
	clear: both;
	display: block;
}
#entry-author-info {
	background: #f2f7fc;
	border-top: 4px solid #000;
	clear: both;
	font-size: 14px;
	line-height: 20px;
	margin: 24px 0;
	overflow: hidden;
	padding: 18px 20px;
}
#entry-author-info #author-avatar {
	background: #fff;
	border: 1px solid #e7e7e7;
	float: left;
	height: 60px;
	margin: 0 -104px 0 0;
	padding: 11px;
}
#entry-author-info #author-description {
	float: left;
	margin: 0 0 0 104px;
}
#entry-author-info h2 {
	color: #000;
	font-size: 100%;
	font-weight: bold;
	margin-bottom: 0;
}
.entry-utility {
	clear: both;
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
.entry-meta a,
.entry-utility a {
	color: #888;
}
.entry-meta a:hover,
.entry-utility a:hover {
	
}
#content .video-player {
	padding: 0;
}
/* =Asides
-------------------------------------------------------------- */
.home #content .format-aside p,
.home #content .category-asides p {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}
.home .hentry.format-aside,
.home .hentry.category-asides {
	padding: 0;
}
.home #content .format-aside .entry-content,
.home #content .category-asides .entry-content {
	padding-top: 0;
}
/* =Gallery listing
-------------------------------------------------------------- */
.format-gallery .size-thumbnail img,
.category-gallery .size-thumbnail img {
	border: 10px solid #f1f1f1;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}
.home #content .format-gallery .entry-utility,
.home #content .category-gallery .entry-utility {
	padding-top: 4px;
}
/* =Attachment pages
-------------------------------------------------------------- */
.attachment .entry-content .entry-caption {
	font-size: 140%;
	margin-top: 24px;
}
.attachment .entry-content .nav-previous a:before {
	content: '\2190\00a0';
}
.attachment .entry-content .nav-next a:after {
	content: '\00a0\2192';
}
/* =Images
-------------------------------------------------------------- */
/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #FFF;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	width:auto;
	margin:20px auto;
	display:block;
	position:relative;
}
.gallery-wrap {
	float:right;
	position:relative;	
	left:-50%;
}
.gallery-container {
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
	
}
.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}
.gallery-columns-1 .gallery-item {
	max-width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}
.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width:         calc(33.3% - 4px);
}
.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}
.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}
.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}
.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}
.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}
.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}
.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}
.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%;
}
.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.gallery-item:hover .gallery-caption {
	opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}
/* =Navigation
-------------------------------------------------------------- */
.navigation {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	overflow: hidden;
}
.navigation a:link,
.navigation a:visited {
	color: #888;
	text-decoration: none;
}
.navigation a:active,
.navigation a:hover {
	
}
.nav-previous {
	float: left;
	width: 50%;
}
.nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
#nav-above {
	margin: 0 0 18px 0;
}
#nav-above {
	display: none;
}
.paged #nav-above,
.single #nav-above {
	display: block;
}
#nav-below {
	margin: -18px 0 0 0;
}
/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}
/* Comments form */
input[type=submit] {
	color: #333;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}
/* =Widget Areas
-------------------------------------------------------------- */
.widget-area ul {
	list-style: none;
	margin-left: 0;
	
}
.widget-area ul ul {
	list-style: square;
	margin-left: 1.3em;
}
.widget-area select {
	max-width: 100%;
}
.widget_search #s {/* This keeps the search inputs in line */
	width: 50%;
}
.widget_search label {
	display: none;
}
.widget_search input[type=text] {
	margin:0px;
	padding:5px;
	line-height:30px;
	height:20px;
	border:1px solid #CCC;
	border-radius:4px;	
	border-bottom-right-radius:0px;
	border-top-right-radius:0px;
	
}
.widget-container {
	padding:0px 0px 20px 0px;
	margin:0px 0px 20px 0px;
	position:relative;
}
.widget-container img {
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;	
}
#wrapper .widget-container {
	background-color:rgba(255,255,255,0.80);
	padding:20px;	
}
.widget-container ul {
	margin:0px!important;
	padding:0px!important;	
}
.widget-container li {
	list-style-type:none;
	margin:4px 0px!important;
	padding:4px 0px!important;
	border-bottom:1px dotted #CCC;
}
.widget-container li:last-child {
	border-bottom:none;	
}
.widget-title {
	color: #333;
	font-weight:900;
	margin-bottom:20px;
	font-size:16px;
	letter-spacing:0px;
	text-transform:uppercase;
}
.widget-area a:link,
.widget-area a:visited {
	
}
.widget-area a:active,
.widget-area a:hover {
	text-decoration: underline;
}
.widget-area .entry-meta {
	font-size: 11px;
}
#wp_tag_cloud div {
	line-height: 1.6em;
}
#wp-calendar {
	width: 100%;
}
#wp-calendar caption {
	color: #222;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 4px;
	text-align: left;
}
#wp-calendar thead {
	font-size: 11px;
}
#wp-calendar thead th {
}
#wp-calendar tbody {
	color: #aaa;
}
#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 3px 0 2px;
	text-align: center;
}
#wp-calendar tbody .pad {
	background: none;
}
#wp-calendar tfoot #next {
	text-align: right;
}
.widget_rss a.rsswidget {
	color: #000;
}
.widget_rss a.rsswidget:hover {
	
}
.widget_rss .widget-title img {
	width: 11px;
	height: 11px;
}
/* Main sidebars */
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
	
	position:relative;
}
#secondary {
}
#primarynav {
	
	padding:20px;
	margin:20px 0px 20px 20px;
	background-color:#FFF;
	margin-bottom:20px;
}
#primarynav ul{
	margin:0px;
	padding:0px;
	list-style-type:none;
}
#primarynav ul li {
	margin:0px;
	padding:0px;
}
#primarynav ul li a {
	display:block;
	padding:4px;
	line-height:30px;
	border-bottom:1px dotted #CCC;
	color:#666;
}
#primarynav ul li:last-child a {
	border-bottom:none;	
}
#primarynav ul li a:hover {
	color:#333;
}
#primarynav ul li.current_page_item a {
	background-color:#FFF;
	font-weight:bold;
	color:#333;
}
#primary .customSideNav ul {
	margin:0px;
	padding:0px;	
	
}
#primary .customSideNav ul ul {
	margin:0px;
	padding:0px;	
	margin-left:20px;
}
#primary .customSideNav ul li {
	list-style-type:none;
	margin:0px 0px;
	padding:0px 0px;	
	border-bottom:1px dotted #CCC;
}
#primary .customSideNav ul li:last-child {
	border-bottom:0px;
}
#primary .customSideNav li a {
	display:block;
	padding:0px 10px;
	line-height:34px;	
	font-size:11px;
	letter-spacing:1px;
	font-weight:normal;
	color:#666;
	text-decoration:none;
}
#primary .customSideNav li a:before {
	content:"<";
	color:#CCC;
	padding:0px 5px;
	font-weight:bold;
}
#primary .customSideNav li.current_page_item a,
#primary .customSideNav li a:hover {
	
	background-color:#FFF;
	color:#111;
	
}
#primary .customSideNav .widget-title a {
	
	text-decoration:none;
	color:#000;
}
/* property search */
#prop-search {
	position:absolute;
	z-index:9900;	
	width:80%;
	top:50%;
	left:50%;
	margin-left:-40%;
	margin-top:-140px;
}
/* grids */
/* grids */
.carousel {             
    width: 100%;       
    height: 200px;      
    overflow: hidden;
}
.grid {
	padding-bottom:30px;
	margin-bottom:30px;	
	display:block;
	position:relative;
	width:100%;
	font-size: 0;
}
.grid-wrap {
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	
}
.grid-item {
	margin:0px;
	padding:5px;
	display:inline-block;	
	width:25%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	vertical-align:top;
}
.mix {
	display: none;	
}
.grid-item-content {
	padding:0px;
	text-align:center;
	position:relative;
}
.grid-item-content p {
	line-height:18px;
	font-size:12px;
}
.grid-item-content ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
.grid-item-content li {
	font-size:13px;
	margin:0px 0px 5px 0px;
	padding:0px 0px 0px 0px;
	line-height:20px;
	clear:both;
	
}
.grid-item h3 {
	font-size:14px!important;
	line-height:22px!important;
	text-transform:uppercase;
	font-weight:normal;
	margin-bottom:0px!important;
	letter-spacing:0px;
	text-shadow:none!important;
}
.grid-item h3 a {
	text-decoration:none;
	color:#333;	
}
.grid-item small {
	color:#999;
	font-size:10px;	
}
.grid-item-img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	min-height:90px;
	overflow:hidden;	
	margin-bottom:20px;
	text-align:center;
}
.grid-item-agent-img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	max-height:180px;
	overflow:hidden;	
	margin-bottom:20px;
}
.grid-item img {
	width:auto!important;
	height:auto!important;
	max-height:130px;
	display:block;	
	margin:auto auto;
	text-align:center;
	
}
.grid-item-dragger {
	position:absolute;
	bottom:0px;
	right:0px;
	z-index:1000;	
}
.grid-item-dragger a {
	display:block;
	text-indent:-9999px;
	background-image:url(img/dragger.png);
	background-repeat:no-repeat;
	background-position:top left;
	width:33px;
	height:33px;
}
.grid-tools {
	padding:10px;
	display:none;
}
.grid-nav {
	
}
.grid-nav fieldset {
	margin:0px;
	padding:0px;
	border:0px;
}
.grid-nav legend {
	font-weight:bold;
	text-transform:uppercase;
	font-size:10px;
	letter-spacing:2px;
	font-weight:normal;
}
.grid-nav select {
	font-size:16px;	
	padding:3px 5px;
	line-height:34px;
	color:#666;
	border:1px solid #CCC;
}
.grid-tag {
	
}
.grid-tag p {
	line-height:40px;
	font-size:12px;
}
.plain-grid-item {
	margin:0px;
	padding:0px;
	display:inline-block;	
	float:left;
	width:auto;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	overflow:hidden;
	position:relative;
}
.plain-grid-item-content {
	position:absolute;
	background-color:#000;
	bottom:0;
	width:100%;
	padding:3px 8px;
}
.plain-grid-item-content h3 {
	font-size:10px;
	text-transform:uppercase!important;
	font-weight:700;
	color:#FFF!important;
	margin-bottom:0px;
	letter-spacing:1px;
}
.plain-grid-item h3 a {
	text-decoration:none;
	color:#FFF;	
}
.plain-grid-item small {
	color:#999;
	font-size:10px;	
}
.plain-grid-item-img {
	position:relative;
	display:block;
	width:100%;
	height:auto;
	max-height:140px;
	overflow:hidden;
	text-align:center;
}
.plain-grid-item img {
	width:100%!important;
	height:auto!important;
	display:block;	
	
}
.plain-grid-item {
	
}
.linksgrid {
	display:block;
	position:relative;
	padding:20px auto;	
}
.linksgrid ul {
	
}
.linksgrid ul li {
	display:block;
	border-bottom:1px dotted rgba(0,0,0,0.30);
	margin:10px 0px;
	padding:10px 0px;
}
.linksgrid ul li p {
	margin-bottom:0px!important;	
}
.linksgrid ul li small {
	font-size:12px;
	line-height:12px!important;
	color:rgba(0,0,0,0.80);
	margin-bottom:0px;	
}
ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	
	position:relative;
	border-left:1px dotted #CCC;
	border-right:1px dotted #CCC;
}
ul.tabs li{
	background-color:rgba(0,0,0,0.15);
	background-image:url(img/tabs-bg.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	float:left;
	color: #666;
	display: inline-block;
	line-height:50px;
	font-size:15px;
	letter-spacing:2px;
	text-align:center;
	cursor: pointer;
	width:50%;
	margin:0px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	position:relative;
}
ul.tabs li.current{
	background-color:#FED748;
	background-image:none;
	color: #FFF;
}
ul.tabs li.current:after {
	content: url(img/tabs-current.png);
    position: absolute;
    left: 50%;
    top: 30px;
    margin-left: -15px; /* negative number!*/	
}
.tab-content{
	display: block;
}
.tab-content.hidden{
	display: none;
}
/* Secondary WIdget Area */
#subsections {
	
	margin:0px;
	padding:50px 0px;	
}
#subsections ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px;
}
#subsections ul li {
	margin:0px;
	padding:0px 20px;
	display:block;	
	float:left;
	width:33.3%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#subsections ul li:last-child {
	border-right:none;	
}
#subsections ul li .widget-title {
	margin-bottom:14px;
	text-align:center;	
}
#subsections p {
	font-size:14px;
	text-align:center;	
}
#subsections img {
	display:block;
	margin:auto;
	padding:0px;
	max-width:100%;
	height:auto;	
}
.content-buffer {
	padding:30px 0px;	
}
.floorplan {
	float:left;
	width:20%;
	padding:10px;	
	position:relative;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	zoom: 1;
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.floorplan:hover {
	zoom: 1;
	filter: alpha(opacity=100);
	opacity: 1;
	background-color:#EFEFEF;
}
.floorplan img {
	display:block;
	width:100%;
	height:auto;
}
.floorplan h3 {
	display:block;
	text-align:center;
	font-size:11px;
	color:#666;
	margin-bottom:5px;
	font-weight:100;
	text-transform:uppercase;	
	letter-spacing:1px;
}
.floorplan p {
	font-size:11px;
	text-align:center;
}	
/* Footer widget areas */
#footer-widget-area {
}
/* =Footer
-------------------------------------------------------------- */
#signup {
	display:block;
	clear:both;
	margin:0px auto;
	width:300px;	
}
#footermenu {
	padding:40px;
	background-color:rgba(255,255,255,1.0);
	border-top:1px solid rgba(0,0,0,0.1);
}
#footermenu ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
	clear:both;
}
#footermenu ul ul {
	padding:0px;	
}
#footermenu ul li {
	width:25%;
	padding:0px 20px;
	float:left;	
	text-align:center;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
#footermenu ul ul li {
	font-size:13px;
	float:none;	
	width:auto;
	display:block;
}
#footermenu .widget-title {
}
#footermenu p {	
	font-size:13px;
}
#footermenu .footerlogo {
	width:70%;
	position:relative;
	margin:0 auto;	
}
#footermenu .footerlogo img {
	display:block;
	max-width:100%;
	height:auto;
	/*-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;*/
	margin:0 auto;
}
#footermenu .widget_recent_entries li {
	border-bottom:1px dotted rgba(0,0,0,0.20);
	padding-bottom:10px!important;
	margin-bottom:10px;	
}
#footermenu .widget_recent_entries li:last-child {
	border-bottom:none;	
}
.footer-left {
	width:48%;
	float:left;	
	padding:0px 1%;
}
.footer-right {
	width:48%;
	float:right;
	text-align:right;
	padding:0px 1%;	
}
.footer-right p a {
	margin-bottom:0px;	
	color:#333;
	font-size:16px;
	line-height:50px;
	text-decoration:none;
}
#copyright {
	margin:0px;
	display:block;
	position:relative;
	padding:0px 40px 0px 40px;
	height:50px;
	background-color:rgba(255,255,255,1);
	border-top:1px solid rgba(0,0,0,0.10);
	overflow:hidden;
}
.footer-left p, .footer-right p {
	margin-bottom:0px;	
	color:#333;
	font-size:11px;
	line-height:50px;
}
.footer-left a {
	color:#333;	
}
#copyright h3 {
	font-size:20px;
	color:#222;
	margin-bottom:20px;	
	font-weight:700;
}
#footer {
	display:block;
	background-color:transparent;
	margin:0px;
	padding:0px;
	position:relative;
}
#footerbanner {
	
	margin:0px;
	padding:0px;	
	
}
#footerbanner ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}
#footerbanner ul li {
	margin:0px;
	padding:0px;
	display:block;	
}
#footerbanner .widget-container {
	
	padding:0px!important;
	margin:0px!important;
	background-color:transparent!important;
}
#footerbanner img {
	display:block;
	margin:0px;
	padding:0px;
	width:100%;
	height:auto;	
}
.contactform {
	background-color:#FFF;
	
	padding:40px;
	position:relative;
	overflow:visible;
	box-shadow:0px 0px 6px #E0DBCF;
	overflow:hidden;
}
.contactform h3 {
	font-size:22px;
	color:#584F38;
	text-shadow:0px 0px 2px #FFF;
	text-align:center;
}
.contactform p, .contactform input {
	
	font-size:15px;
	font-style:italic;
	color:#666;
}
.contactform p, .contactform input {
	margin-bottom:0px!important;
}
.contactform p {
	margin-bottom:8px!important;
}
.contactform textarea {
	height:140px;
	width:100%;
}
.one-column .contactform {
	
}
/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */
pre {
	-webkit-text-size-adjust: 140%;
}
code {
	-webkit-text-size-adjust: 160%;
}
#access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: 120%;
}
#site-description {
	-webkit-text-size-adjust: none;
}
#supersized-loader { position:absolute; bottom:5px; right:5px; z-index:0; width:60px; height:60px; margin:-30px 0 0 -30px; text-indent:-999em; background:url(img/progress.gif) no-repeat center center;}
	
#supersized { position:fixed; left:0; top:0; overflow:hidden; z-index:-999; height:100%; width:100%; }
#supersized img{ width:auto; height:auto; position:relative; outline:none; border:none; }
#supersized a { z-index:-30; position:fixed; overflow:hidden; top:0; left:0; width:100%; height:100%; background:#111; display:block; }
#supersized a.image-loading { background:#111 url(img/progress.gif) no-repeat center center; width:100%; height:100%; }
#supersized-overlay {
	display:block;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-image:url(img/bg-overlay.png);	
	z-index:-1;
}
			
#twitterwrapper {
	padding: 30px;
	background-color: #00628C;
	margin: 0px auto;
}
#twitter {
	
}	
#twitter-ico {
	width:196px;
	height:40px;
	position:absolute;
	margin-top:-50px;
	left:50%;
	margin-left:-98px;
}
#twitter-ico h3 {
	text-indent:-9999px;
	width:196px;
	height:40px;
	background-image:url(/img/twitter.png);
	background-repeat:no-repeat;
	background-position:top center;
}
#twitter_div {
	
}
#twitter_update_list {
	list-style-type:none;
	margin:0px!important;
	padding:0px;
}
#twitter_update_list li {
	float:left;
	padding:5px;
	width:200px;
	color:#FFF;
}
#twitter_update_list li a {
}	
#child-content-nav {
	width:inherit;
	position:relative;
	z-index:4000;
	margin-bottom:40px;
	
}
#child-content-nav-container {
	float:right;
	position:relative;
	left:-50%;
}
#child-content-nav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	position:relative;
	left:50%;
}
#child-content-nav ul li {
	float:left;
}
#child-content-nav ul li a {
	padding:0px 8px;
	line-height:40px;
	font-size:12px;
	color:#333;	
	display:block;
	text-decoration:none;
	font-style:italic;
	border-right:1px dotted #CCC;
}
#child-content-menu {
	clear:both;
	margin:0px;
	padding:0px;
}
#child-content-menu li a:hover {
	background-color:#FFF;
}
#child-content-menu li.active a { 
	color:#000
}
#child-content-menu li:last-child a {
	border-right:none;	
}
.child-content h2 {
	color:#000!important;	
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
.child-content h3 {
	color:#000!important;	
	text-align:center;
	font-size:14px;
	text-transform:uppercase;
	border-bottom:1px dotted #CCC;
	margin-bottom:10px;
	padding-bottom:10px;
}
.child-content-content p {
	color:#333;
	text-align:center;	
}
.child-content-content img {
	max-width:860px;
	height:auto;	
}
.child-content-33 {
	float:left;	
	width:33%;
	list-style-type:none;
	color:#333;
	line-height:24px;
	padding:5px 0px;
	font-size:12px;
	margin:0px;
}
.child-content-33 input {
	margin:0px;	
}
.top {
	position:absolute;
	right:30px;
	font-size:10px;
	text-transform:uppercase;
	text-decoration:none!important;	
}
.top:after {
	content:'↑';
	color:#CFCFCF;	
	
}
.widget_categories {
	margin-bottom:20px!important;	
}
.entry-title {
	font-size: 30px;
	font-weight: bold;
	line-height:32px;
	letter-spacing: 0px;
	text-shadow:1px 1px 0px rgba(255,255,255,0.60);
	text-transform:uppercase;
	color:rgba(0,0,0,0.90);
	padding:0px 0px 20px 0px;
	margin-bottom:10px;
	display:block;
}
.entry-title span {
	font-size:20px!important;
	font-weight:normal!important;	
}
.one-column .entry-title,
.slide .entry-title {
	text-align:center;	
}
.entry-excerpt {
	font-size:14px;
	text-align:center;
	font-style:italic;
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #999;	
}
/*crumbs */
#crumbs {
	padding:10px 0px;
	width:100%;
	line-height:20px;
	font-size:11px;
	font-style:italic;
	text-align:center;
	display:block;
	position:relative;
	background-color:#FFF;
}
#crumbs a {
	color:#666;	
}
#footer-ad {
	width:728px;
	margin:20px auto;	
}
#sidebar-ad{
	width:250px;
	margin:20px auto;	
}
.event {
	padding:30px;
	margin:0px 0px 30px 0px;
	text-align:center;
	background-color:#F8F8F8;
}
.event h2 {
	font-size:30px;
	font-weight:600!important;	
}
.event h3 {
	font-size:26px;	
}
/* slides */
.decks {
	position:relative;
	display:block;	
}
.slide {
	display:block;
	width: inherit;
	position:relative;	
	height:auto;
	padding:0px;
	border-bottom:1px solid #CCC;
	overflow:hidden;
	max-height:900px;
	min-height:600px;
}
.slide img.slidebg {
	width:100%;
	height:auto;
	display:block;	
}
.slide .container {
	margin:40px auto;	
}
.slidenav {
	position: fixed;
	right: 0px;
	top:50%;
	margin-top:-40px;
	z-index: 9999;
	width:40px;
	height:80px;
}
.slidenav ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
.slidenav ul li {
	margin:0;	
	padding:0;	
}
.slidenav ul li a {
	display: block;
	width: 40px;
	height: 40px;
	text-indent:-9999px;
	background-image:url(img/updown.png);
	backgorund-repeat:no-repeat;
	background-position:top left;
}
.slidenav ul li a.up {
	background-position:0px 0px;
	margin-bottom:1px;
}
.slidenav ul li a.down {
	background-position:0px -40px;	
}
/* maps */
.map-container {
    position: relative;
    padding-bottom: 26.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.map-container iframe,  
.map-container object, 
.map-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#mapcontainer {
	display:block;
	width:inherit;
	height:auto;
	position:relative;	
	
}
#map {
	display:block;
	height:300px;
	width:100%;
	position:relative;
	
}
.map_content {
	text-align:center;
}
.google-maps {
	position: relative;
	padding-bottom: 75%;
	height: 0;
	overflow: hidden;
	height:300px;
	
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 300px !important;
	
}
/* post type specific blocks / sections */
#properties {
	padding:30px 0px;	
}
.featured-properties {
	display:block;
	position:relative;
	margin-bottom:40px;
}
.featured-property {
	position:relative;
	width:100%;
	margin-bottom:0px;
	max-height:400px;
	overflow:hidden;
	display:block;
	clear:both;
}
.featured-property img {
	display:block;
	width:100%;
	height:auto;	
}
/* buttons */
a.button, input.submit, input[type=submit] {
	text-decoration: none;
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0px;
	font-size: 14px!important;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 0px;
	line-height: 40px;
	height: 40px;
	text-align: center;
	text-shadow:1px 1px 0px rgba(0,0,0,0.30);
	text-transform:uppercase;
	vertical-align: middle;
	cursor: pointer;
	color: rgba(255,255,255,1)!important;
	border:0px!important;
	white-space:nowrap;
}
a.button span {
	color:#111!important;	
}
a.button:hover, input.submit:hover, input[type=submit]:hover {
	cursor: pointer;
	padding: 0px 25px;
	text-decoration: none!important;
	color: #FFF!important;
	text-shadow: none;
}
.altbg1 {
	background-color:#F7B10F;
}
.buttonsm {
	height:34px;
	line-height:34px;
	font-size:11px;
	font-style:italic;	
}
a.solidbutton, .solidbutton {
	text-decoration: none;
	display: inline-block;
	padding: 0px 20px;
	margin-bottom: 0px;
	font-size: 12px!important;
	font-weight: normal;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 34px;
	height: 34px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF!important;
	background-color: #6BAED6;
}
/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}
.center {
	text-align:center;	
}
.left_33 {
	width:33.3%;
	float:left;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:0px 10px;
}
.left_50 {
width:50%;
float:left;	
-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.right_50 {
	width:45%;
	float:right;	
	text-align:right;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}
.left_25 {
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 23%;
  float: left;
  text-align: center;
}
.left_33 {
	float:left;
	width:33.3333%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 	
}
.left_66 {
	float:left;
	width:66.6666%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
}
.left_auto {
	float:left;
	padding:0px 10px;
	margin:0px 10px;
	border-left:1px dotted #CCCCCC;
}
.hms-testimonial-container .author {
	margin-top:5px;
	font-size:11px;
	font-style:italic;	
}
.fb-like-box, .fb-like-box iframe[style], .fb-like-box span {
width: 100% !important;
}
.the-tooltip {
  position: relative;
}
.the-tooltip :focus + :last-child, .the-tooltip:focus > :last-child, .the-tooltip:hover > :last-child {
  opacity: 1;
  -webkit-transition: 0.4s 0s;
  -moz-transition: 0.4s 0s;
  -ms-transition: 0.4s 0s;
  -o-transition: 0.4s 0s;
  transition: 0.4s 0s;
  visibility: visible;
}
.the-tooltip > :last-child {
  border: solid 1px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 17px;
  line-height: 1.5;
  opacity: 0;
  padding: 10px 20px;
  position: absolute;
  -webkit-transition: 0.2s 0s;
  -moz-transition: 0.2s 0s;
  -ms-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
  visibility: hidden;
  width: 250px;
  z-index: 999;
}
.the-tooltip > :last-child * {
  max-width: 100%;
}
.the-tooltip > :last-child:after, .the-tooltip > :last-child:before {
  border: solid 11px;
  content: "";
  display: block;
  margin: 0 20px 0 20px;
  position: absolute;
}
.the-tooltip.bottom > :last-child {
  margin-top: 15px;
  top: 100%;
}
.the-tooltip.bottom > :last-child:after {
  margin-bottom: -1px;
}
.the-tooltip.bottom > :last-child:after, .the-tooltip.bottom > :last-child:before {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-top-color: transparent !important;
  bottom: 100%;
}
.the-tooltip.bottom > :last-child:before {
  margin-bottom: 0px;
}
.the-tooltip.center > :last-child {
  left: -125px;
  margin-left: 50%;
}
.the-tooltip.center > :last-child:after, .the-tooltip.center > :last-child:before {
  left: 50%;
  margin-left: -10px;
}
.the-tooltip.left > :last-child {
  left: 0;
}
.the-tooltip.left > :last-child:after, .the-tooltip.left > :last-child:before {
  left: 0;
}
.the-tooltip.right > :last-child {
  right: 0;
}
.the-tooltip.right > :last-child:after, .the-tooltip.right > :last-child:before {
  right: 0;
}
.the-tooltip.top > :last-child {
  bottom: 100%;
  margin-bottom: 15px;
}
.the-tooltip.top > :last-child:after {
  margin-top: -1px;
}
.the-tooltip.top > :last-child:after, .the-tooltip.top > :last-child:before {
  border-bottom-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  top: 100%;
}
.the-tooltip.top > :last-child:before {
  margin-top: 0px;
}
.the-tooltip.auto-width > :last-child {
  white-space: nowrap;
  width: auto;
}
.the-tooltip.full-width > :last-child {
  left: 0;
  margin-left: 0;
  width: 100%;
}
.the-tooltip.apple-green > :last-child {
  background-color: #8db600;
  border-color: #658300;
  color: #161d00;
}
.the-tooltip.apple-green > :last-child:after {
  border-color: #8db600;
}
.the-tooltip.apple-green > :last-child:before {
  border-color: #658300;
}
.the-tooltip.apple-green > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.apricot > :last-child {
  background-color: #fbceb1;
  border-color: #f9b080;
  color: #441d03;
}
.the-tooltip.apricot > :last-child:after {
  border-color: #fbceb1;
}
.the-tooltip.apricot > :last-child:before {
  border-color: #f9b080;
}
.the-tooltip.apricot > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.black > :last-child {
  background-color: #333333;
  border-color: #0d0d0d;
  color: #ffffff;
}
.the-tooltip.black > :last-child:after {
  border-color: #333333;
}
.the-tooltip.black > :last-child:before {
  border-color: #0d0d0d;
}
.the-tooltip.black > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.carrot-orange > :last-child {
  background-color: #ed9121;
  border-color: #b3690f;
  color: #251603;
}
.the-tooltip.carrot-orange > :last-child:after {
  border-color: #ed9121;
}
.the-tooltip.carrot-orange > :last-child:before {
  border-color: #b3690f;
}
.the-tooltip.carrot-orange > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.eggplant > :last-child {
  background-color: #614051;
  border-color: #33222b;
  color: #ffffff;
}
.the-tooltip.eggplant > :last-child:after {
  border-color: #614051;
}
.the-tooltip.eggplant > :last-child:before {
  border-color: #33222b;
}
.the-tooltip.eggplant > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.forest-green > :last-child {
  background-color: #014421;
  border-color: #001209;
  color: #ffffff;
}
.the-tooltip.forest-green > :last-child:after {
  border-color: #014421;
}
.the-tooltip.forest-green > :last-child:before {
  border-color: #001209;
}
.the-tooltip.forest-green > :last-child {
  text-shadow: 0 1px 0 #000000;
}
.the-tooltip.bright-lavender > :last-child {
  background-color: #bf94e4;
  border-color: #9a57d5;
  color: #250e38;
}
.the-tooltip.bright-lavender > :last-child:after {
  border-color: #bf94e4;
}
.the-tooltip.bright-lavender > :last-child:before {
  border-color: #9a57d5;
}
.the-tooltip.bright-lavender > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}
.the-tooltip.dark-midnight-blue > :last-child {
  background-color: #003366;
  border-color: #000d1a;
  color: #ffffff;
}
.the-tooltip.dark-midnight-blue > :last-child:after {
  border-color: #003366;
}
.the-tooltip.dark-midnight-blue > :last-child:before {
  border-color: #000d1a;
}
.the-tooltip.dark-midnight-blue > :last-child {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.the-tooltip.magic-mint > :last-child {
  background-color: #aaf0d1;
  border-color: #69e5ae;
  color: #0c432a;
}
.the-tooltip.magic-mint > :last-child:after {
  border-color: #aaf0d1;
}
.the-tooltip.magic-mint > :last-child:before {
  border-color: #69e5ae;
}
.the-tooltip.magic-mint > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.mustard > :last-child {
  background-color: #ffdb58;
  border-color: #f1bd00;
  color: #3f3100;
}
.the-tooltip.mustard > :last-child:after {
  border-color: #ffdb58;
}
.the-tooltip.mustard > :last-child:before {
  border-color: #f1bd00;
}
.the-tooltip.mustard > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.sienna > :last-child {
  background-color: #882d17;
  border-color: #47170c;
  color: #ffffff;
}
.the-tooltip.sienna > :last-child:after {
  border-color: #882d17;
}
.the-tooltip.sienna > :last-child:before {
  border-color: #47170c;
}
.the-tooltip.sienna > :last-child {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.the-tooltip.sky-blue > :last-child {
  background-color: #87ceeb;
  border-color: #45b3e0;
  color: #0d3a4d;
}
.the-tooltip.sky-blue > :last-child:after {
  border-color: #87ceeb;
}
.the-tooltip.sky-blue > :last-child:before {
  border-color: #45b3e0;
}
.the-tooltip.sky-blue > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.the-tooltip.sunset > :last-child {
  background-color: #fad6a5;
  border-color: #f6b55d;
  color: #4f2f04;
}
.the-tooltip.sunset > :last-child:after {
  border-color: #fad6a5;
}
.the-tooltip.sunset > :last-child:before {
  border-color: #f6b55d;
}
.the-tooltip.sunset > :last-child {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.iframe {
	width:100%;
	height:auto;
	min-height:1300px;
	border:none;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	
}
.videoWrapper object,
.videoWrapper embed,
.videoWrapper iframe  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.availability {
	font-size:120%;	
	line-height:140%;
	color:#000;
}
.kgvid_video_meta {
	display:none!important;	
}
#sites {
	position:relative;
	display:block;
	padding:60px 0px;
	background-image:url(img/sites-bg.png);
	background-position:bottom right;
	background-repeat:no-repeat;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4), inset 0 -20px 20px -20px rgba(0,0,0,0.4);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4), inset 0 -20px 20px -20px rgba(0,0,0,0.4);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.4), inset 0 -20px 20px -20px rgba(0,0,0,0.4);
}
#sites h2 {
	text-align:center;
	color:rgba(255,255,255,1);
	font-weight:bold;
	letter-spacing:1px;
	text-shadow:-1px -1px 1px rgba(0,0,0,0.3);
}
.sites-meta {
	text-align:center;
	margin-bottom:0px!important;
	padding:0px;
	line-height:30px!important;
	font-size:14px!important;	
}
.sites-meta img {
	display:inline-block;
	line-height:30px;
	position:relative;
}
#sites .container {
	z-index:10;	
}
.private-dining{
	position:absolute;
	width:100%;
	height:30px;
	bottom:0px;
	left:0px;
	line-height:17px;
	font-size:10px;
	letter-spacing:0px;
	text-transform:uppercase;
	text-align:center;
	color:rgba(255,255,255,0.60);
	padding:12px 0px 0px 0px;
	margin:0px;
	display:block;
	background-image:url(img/private-dining-bg.png);
	background-repeat:no-repeat;
	background-position:top left;
	z-index:9995;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box;
	
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	overflow:hidden;
}
.restaurant-elements {
	display:block;
	position:absolute;
	z-index:0;	
	width:100%;
	height:100%;
	bottom:0px;
	left:0px;
}
#chicken {
	position:absolute;
	width:140px;
	height:156px;
	bottom:0px;
	left:0;
	background-image:url(img/chicken.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#beef {
	position:absolute;
	width:384px;
	height:279px;
	bottom:0px;
	right:60%;	
	background-image:url(img/cow.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#seafood {
	position:absolute;
	width:177px;
	height:86px;
	bottom:5%;
	right:50%;
	background-image:url(img/fish.png);
	background-repeat:no-repeat;
	background-position:top left;
}
#private-dining {
	display:block;
	background-color: #11100f;
	border-bottom:1px solid rgba(255,255,255,0.1);
	border-top:1px solid rgba(255,255,255,0.1);
	padding:60px 0px;
	position:relative;
}
.private-dining-img {
	position:relative;	
	min-width:100%;
}
.private-dining-img img {
	display:block;
	max-width:100%;
	width:auto;	
	height:auto;
	border:8px solid #FFF;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	-moz-box-shadow:    3px 3px 10px 6px rgba(0,0,0,0.90);
	-webkit-box-shadow: 3px 3px 10px 6px rgba(0,0,0,0.90);
	box-shadow:         3px 3px 10px 6px rgba(0,0,0,0.90);
	-webkit-filter: sepia(1);
  	filter: sepia(1);
	margin:0 auto;
}
.private-dining-img-small {
	position:relative;	
	max-width:100%;
}
.private-dining-img-small img {
	display:block;
	max-width:200px;
	width:auto;	
	height:auto;
	border:8px solid #FFF;
	-ms-transform: rotate(-4deg); /* IE 9 */
    -webkit-transform: rotate(-4deg); /* Chrome, Safari, Opera */
    transform: rotate(-4deg);
	-moz-box-shadow:    3px 3px 10px 6px rgba(0,0,0,0.90);
	-webkit-box-shadow: 3px 3px 10px 6px rgba(0,0,0,0.90);
	box-shadow:         3px 3px 10px 6px rgba(0,0,0,0.90);
	-webkit-filter: sepia(1);
  	filter: sepia(1);
	margin:0 auto;
}
#private-dining h3 {
	font-size:30px;
	margin-bottom:30px;
	color:#FFF;	
}
#private-dining p {
	color:rgba(255,255,255,0.80);	
}
#private-dining-element {
	position:absolute;
	z-index:0;
	width:247px;
	height:316px;	
	background-image:url(img/private-dining-bg-lrg.png);
	background-repeat:no-repeat;
	background-position:bottom right;
	right:0px;
	bottom:0px;
}
#gc {
	background-image:url(img/gift-cards-bg.jpg);
	background-repeat:repeat;
	background-position:top center;
	padding:40px 0px;
	position:relative;
	-webkit-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8), inset 0 -20px 20px -20px rgba(0,0,0,0.8);
    -moz-box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8), inset 0 -20px 20px -20px rgba(0,0,0,0.8);
    box-shadow: inset 0 20px 20px -20px rgba(0,0,0,0.8), inset 0 -20px 20px -20px rgba(0,0,0,0.8);
}
#gc img {
	display:inline-block;
	width:auto;
	height:auto;
	max-width:100%;	
	margin:0 auto 20px auto;
}
#gc a img {
	-webkit-transition: .2s ease-in-out;
    -moz-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    -ms-transition: .2s ease-in-out;    
    transition: .2s ease-in-out;
     transition: .2s;	
}
#gc a:hover img {
	transform:scale(1.1);
	-ms-transform:scale(1.1); /* IE 9 */
    -webkit-transform:scale(1.1); /* Safari and Chrome */  	
}
.fb-container {
	background-image:url(img/fb-bg.png);
	background-repeat:no-repeat;
	background-position:top center;
	display:block;
	position:relative;
	padding:40px;	
}
#gc .fb-like-box,  #gc .fb-like-box a{
	color:rgba(255,255,255,0.80)!important;	
}
/* ribbons */
.ribbon {
 font-size: 24px !important;
 width: 50%;
 position: relative;
 background-color: rgba(162,150,145,1);
 color: #fff;
 text-align: center;
 padding: 1em 2em; /* Adjust to suit */
 margin: 2em auto 3em; /* Based on 24px vertical rhythm. 48px bottom margin - normally 24 but the ribbon 'graphics' take up 24px themselves so we double it. */
}
.ribbon:before, .ribbon:after {
 content: "";
 position: absolute;
 display: block;
 bottom: -1em;
 border: 1.5em solid rgba(145,131,125,1);
 z-index: -1;
}
.ribbon:before {
 left: -2em;
 border-right-width: 1.5em;
 border-left-color: transparent;
}
.ribbon:after {
 right: -2em;
 border-left-width: 1.5em;
 border-right-color: transparent;
}
.ribbon .ribbon-content:before, .ribbon .ribbon-content:after {
 content: "";
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #2F2D2A transparent transparent transparent;
 bottom: -1em;
}
.ribbon .ribbon-content:before {
 left: 0;
 border-width: 1em 0 0 1em;
}
.ribbon .ribbon-content:after {
 right: 0;
 border-width: 1em 1em 0 0;
}
/* FORWARDTRENDS RETURN TO TOP */
#back-top {
	position: fixed;
	bottom: 30px;
	right:30px;
	z-index:9999;
}
#back-top a {
	width: 30px;
	display: block;
	text-align: center;
	font: 10px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	color: #000;
}
/* arrow icon (span tag) */
#back-top span {
	width: 30px;
	height: 30px;
	display: block;
	margin-bottom: 7px;
	background: #ddd url(img/up-arrow.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover span {
	background-color: #777;
}
.o50 {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;	
}
/*bike */
#bike {
	position:absolute;
	bottom:0px;
	width:100%;
	padding:0px;
	margin:0px;
	height:150px;
	overflow:hidden;
	z-index:-1;
}
#bike #guy {
	position:absolute;
	right:-200px;
	width:150px;
	height:150px;
	z-index:9999;
}
#bikewrapper {
	position:relative;
	display:block;	
}
#bikewrapper img {
	display:block;
	width:auto;
	height:auto;
	max-width:150px;
	max-height:150px;
	margin:auto auto;
}
.paper {
	display:block;
	background-color:#FFF;
	position:relative;
	padding:30px;	
}
.3col {
	-webkit-column-count: 3; /* Chrome, Safari, Opera */
    -moz-column-count: 3; /* Firefox */
    column-count: 3;	
}
.event {
	background-color:#FFF;
	padding:30px;
	border:1px solid #EFEFEF;	
	margin-bottom:20px;
	position:relative;
}
.bigdrop {
	font-size:24px;
	padding:0px 10px;
	margin:0px;
	line-height:50px;
	color:#333;	
}
.events-nav {
	font-size:0;
	text-align:center;
	position:relative;
	display:block;
}
.events-nav h2 {
	font-size:30px;
	font-weight:normal;
	text-transform:uppercase;	
}
.events-nav a {
	display:block;
	font-size:30px;
	text-decoration:none;
	color:#666;
	margin:0px;
	padding:0px;
}
.navleft {
	width:auto;
	display:inline-block;	
}
.navcenter {
	width:auto;
	display:inline-block;	
	padding:0px 20px;
}
.navright {
	width:auto;
	display:inline-block;	
}
#locations {
	background-color:#EFEFEF;
	padding:30px 0px;	
	margin:0px;
	display:block;
	position:relative;
}
.companylogo {
	max-width:200px;
	width:auto;
	display:block;
	position:relative;	
	margin:0px auto 20px auto;
}
.companylogo img {
	display:inline-block!important;
	position:relative!important;
	width:100%!important;
	height:auto!important;	
}
#memberships {
	background-color:rgba(255,255,255,0.90);
	border-top:1px solid #FFF;
	padding:30px 0px;	
}
.memberships {
	padding:5px 0px;	
	position:relative;
	font-size: 0;
	text-align:center;
}
.member {
	display:inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width:20%;
	position:relative;
	text-align:center;
}
.member img {
	width:90%;
	height:auto;
	display:block;	
	margin:auto auto;
}
#memberships small {
	margin-bottom:10px;
	font-size:10px;
	text-transform:uppercase;
	display:block;	
}
/* =Print Style
-------------------------------------------------------------- */
@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	#access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}
/*  #Mobile (Portrait)
================================================== */
    /* Note: Design for a width of 320px */
    @media only screen and (max-width: 979px) {
        .container {
			width:100%;
			padding:0px;
			height:auto;
			margin:0 auto;
			position:relative;
			min-width:280px;
		}
		
		#header {
			display:none;	
		}
		
		#primary,
		#secondary,
		#container {
			float: none;
			width:100%;
			padding:20px 0px;
			margin:0px auto!important;
		}
		
		#content {
			float: none;
			width:90%;
			padding:20px 0px;
			margin:0px auto!important;
		}
		
		#site-header-inner
		{
		  padding-top: 0px;
		}
		
		
		#logo {
			margin:4px 10px 0px 3px;	
			z-index:9999;
		}
		
		
		
		#nav ul li a {
			padding:0px 8px;
			letter-spacing:0px;	
		}
		
		#site-header-inner {
			padding-top:30px;
		}
		
		#site-nav {
			display:none;	
		}
		
		#mobilenav {
			display:block;
			position:relative;
			width:100%;
			height:30px;
			padding:10px 0px;
		}
		
		#mobile-logo {
			position:relative;
			display:block;
			margin:0 auto;
			padding:20px 0px;
			width:40%;
			text-align:center;
		}
		
		#mobile-logo img {
			display:block;
			max-width:100%;
			width:auto;
			height:auto;
			position:relative;
			margin:0 auto;
		}
		
		#mobile-contact {
			position:relative;
			display:block;
			margin:0px auto 20px auto;
		}
		
		#mobile-contact h3 {
			font-size:13px;
			font-weight:normal;
			text-align:center;	
		}
		
		#mobile-contact h3 a {
			text-decoration:none;
			color:#666;	
		}
		
		#mobile-btn {
			display:block;
			width:30px;
			height:30px;
			z-index:10001;
			margin:0px auto;
		}
		
		#mobile-btn a {
			width:30px;
			height:30px;
			background-image:url(img/mobile-nav.png);
			background-repeat:no-repeat;
			background-position:center 0px;
			text-indent:-9999px;
			display:block;
			transition-property:none;
			margin:0px auto;
		}
		
		#mobile-btn a.on {
			background-position:center -30px;
		}
		
		#mobile-btn a.off {
			background-position:center 0px;
		}
		
		#mobile-menu {
			position:absolute;
			width:100%;
			height:auto;
			display:none;	
			top:50px;
			left:0px;
			right:auto;
			z-index:10000;
			float:none;
		}
		
		#mobile-menu ul {
			list-style-type:none;
			margin:0px;
			padding:0px;	
			float:none;
		}
		
		#mobile-menu ul li {
			margin:0px;
			padding:0px;
			float:none;
			display:block;
		}
		
		#mobile-menu ul li a {
			display:block;
			padding:0px;
			font-size:14px;
			text-transform:uppercase;	
			text-decoration:none;
			text-align:center;
			float:none;
			color:#FFF;
			font-weight:bold;
			border:0;
			border-bottom:1px dotted rgba(255,255,255,0.10)!important;
			margin-bottom:0px!important;
			height:40px;
			line-height:40px;
			letter-spacing:0px;
		}
		
		
		
		#splash {
				
		}
		
		#splashsub {
			height:auto;
			position:relative;
			overflow:auto;	
		}
		
		#splashsub img {
			margin:0px auto!important;	
		}
		
		#splash h2 {
			font-size:20px;
			line-height:24px;	
		}
		
		#splash h2 span,
		.entry-title span {
			font-size:12px!important;
		}
		
		
		
		.splash-center {
			position:relative;
			top:auto;
			text-align:center;
			background-color:#FFF;
		}
		
	
		.splash-center .button,
		.splash-center p {
			display:block;
			width:auto;
			text-align:center;	
			margin:0px auto 0px auto;
			position:relative;
		}
		
		.splash-center h2 {
			display:block;
			width:auto;
			text-align:center;	
			margin:0px auto 0px auto;
			position:relative;
			color:#000;
			text-shadow:none!important;
		}
		
		.splash-center h3 {
			display:block;
			width:auto;
			text-align:center;	
			margin:0px auto 20px auto;
			position:relative;
			text-shadow:none;
			color:#666;
		}
		
		#content {
			margin: 0px;
		}
		
		.entry-title {
			text-align:center;	
		}
		#primary,
		#secondary {
			float: none;
			min-height:inherit;
			
		}
		
		.grid-item, .grid-item-image, .grid-item-33, .plain-grid-item {
			float:none!important;
			width:auto!important;
			max-width:440px!important;
			height:auto!important;
			margin:10px auto!important;
			display:block!important;
			position:relative!important;
			
		}
		
		
		
		.grid-item-img, .grid-item-agent-img {
			max-height:inherit!important;
		}
		
		
		fieldset {
			width:90%;
			margin:0 auto;	
		}
		
		#content img {
			
		}
		
		.alignleft,
		img.alignleft {
			display: block;
			float: none;
			margin:10px auto;
		}
		.alignright,
		img.alignright {
			display: block;
			float: none;
			margin:10px auto;
		}
		.aligncenter,
		img.aligncenter {
			display: block;
			float: none;
			margin:10px auto;
		}
		
		.contactform {
			background-color:#EFEFEF;
			padding:30px;
			position:relative;
			overflow:visible;
			margin-top:44px;
		}
		
		.contactform p, .contactform input, .contactform textarea {
			padding:5px;	
			width:97%;
		}
		
		.contactform textarea {
			height:100px;
			
		}
		
		.contactform label {
			clear:both;
			color:#999;
		}
		
		.twocolsec, .threecolsec, .left_50, .right_50, left_66, .left_33
		{
		  float:none;
		  margin:10px auto;
		  width:100%;
		  
		}
		
		#private-dining {
			text-align:center;	
		}
		
		#private-dining-element {
			display:none;	
		}
	
		
		.left_33, 
		.left_25,
		.left_66,
		.left_auto,
		.floorplan,
		.right_50,
		.grid-nav fieldset,
		.grid-nav legend
		#subsections ul li, 
		#footermenu ul li,
		#footermenu ul li:last-child {
			width:100%;
			float:none;	
			padding:0px;
			margin:10px auto;
			border:none;
			text-align:center;
		}
		
		#tag ul li {
			width:100%;
			float:none;	
			padding:0px;
			margin:0px auto;
			border:none;
			text-align:center;
			line-height:24px;
			color:#fff;
		}
		
		
		#footermenu ul li ul{
			width:100%;
			margin:0px;
			padding:0px;
		}
		
		
		
		#content h1,
		#content h2,
		#content h3,
		#content h4,
		#content h5,
		#content h6,
		.widget-container {
			text-align:center;
		}
		
		#main .widget-area ul {
			padding:0px;	
		}
		
		
		.blog-date {
			position:relative;
			background-image:none;
			top:auto;
			right:auto;
			color:#666;
			width:100%;
			height:auto;
			padding:0px;
			text-align:center;
			font-size:12px;
			line-height:14px;
		}
		
		.blog-date span {
			font-size:30px;	
			line-height:30px;
		}
		
		.blog-entry .entry-title {
			width:100%;	
		}
		
		#quote {
			
			text-align:center;
		}
		
		#quote h1,
		#quote h2,
		#quote h3,
		#quote h4,
		#quote h5{
			font-size:20px;
			line-height:24px;
			
			
		}
		
		#features-header {
			overflow:hidden;
		}
		
		#features-header #icons .icon {
			width:23px;
			height:23px;	
		}
		#features-header #features-bg {
			display:block;
			width:150%;
			height:auto;
			position:relative;
			overflow:hidden;
			margin:0 auto;
		}
		#features-header #features-bg img {
			display:block;
			width:100%;
			height:auto;
			max-height:1000px;	
		}
		
		#walnut-container {
			width:95%;
		}
		
		
		#subnav {
			display:none;	
		}
		
		.grid-nav {
			float:none;
			width:auto;
		}
		
		.cycle-prev, .cycle-next {
			display:none;
		}
		
		#facebook-widget {
			display:none;	
		}
    }
#forwardtrends {
	display:block;
	position:relative;
	text-align:center;
	padding:150px 0px;	
}