/*
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;
}
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 -310px 0 0;
	width: 100%;
}
#content {
	margin: 0 310px 0 0px;
	position:relative;
}
#primary,
#secondary {
	float: right;
	width: 280px;
	padding: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: 'Open Sans', sans-serif;
}

#logo,
a.button, input.submit, input[type=submit]
.supportbtn,
.entry-title,
.widget-title,
#splash h2 {
	font-family: 'Open Sans Condensed', 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-bottom:20px;
}

/* 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,
input,
textarea {
	color: #333;
	font-size: 12px;
	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 {
	transition-property: all;
	transition-duration: 0.2s;
	transition-timing-function: ease;
	transition-delay: 0s;	
}

#splash a, #splash a:hover {
	transition-property: none;
	transition-duration: 0s;
	transition-delay: 0s;
}

a {
	color: #6281A2;
}

a:hover
{
	color: #97ABC1;
}

#primary .customSideNav li.current_page_item a:before {
	color: #F01539;
}

/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}


/* =Header
-------------------------------------------------------------- */

#header {
	padding:0px;
	margin:0px;
	position:relative;
	height:100px;
	width:100%;
	background-color: #F01539;
	margin-bottom:30px;
}

#redzone {
	display:block;
	height:37px;
	width:100%;
	position:absolute;	
	bottom:0px;
	background-color:rgba(0,0,0,1.0);
}

#redzone-search {
	position:absolute;
	left:0px;
	top:0px;
}

#redzone-search a {
	display:block;
	font-size:13px;
	font-weight:bold;
	background-color: #FAA62D;
	color:#FFF;
	height:37px;
	line-height:37px;
	padding:0px 40px;
	text-decoration:none;
	text-transform:uppercase;	
}

#redzone-search a:hover {
	background-color:#530149;	
}

#redzone-links {
	position:absolute;
	width:auto;
	right:5px;	
	top:0px;
}

#redzone-links ul {
	list-style-type:none;
	margin:0px;
	padding:0px;	
}

#redzone-links ul li {
	float:left;
	margin:3px 0px;
	padding:0px 5px;
	line-height:32px;
	font-size:11px;
	color:#FFF;
}

#redzone-links ul li a {
	color:#CCC;	
}

#redzone-links ul li.phone {
	font-size:14px!important;	
	font-weight:bold!important;
}

#redzone-links ul li:last-child {
	border-right:none!important;	
}

#logo {
	padding:0px;
	display:block;
	width:255px;
	height:100px;
	top:0px;
	left:-13px;
	margin:0px;
	z-index:9000;
	position:absolute;
	
	
}

#logo h1 a {
	width:255px;
	height:100px;
	background-image:url(img/logo.jpg);
	background-repeat:no-repeat;
	background-position:center left;
	display:block;
	text-indent:-9999px;
}

#nav {
	width: 100%;
	height: 50px;
	z-index: 7888;
	position: absolute;
	display: block;
	right:0px;
	top:13px;
}

#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: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #FFF;
	text-decoration: none;
	padding: 0px 16px;
	margin: 0px 0px 0px 0px;
	line-height: 50px;
}

#nav ul li:hover > a,
#nav ul li a:hover
{
	color: #FFF;
	background-color: #CF0E30;
}

#nav ul li.current_page_item a, 
#nav ul li.current_page_parent a, 
#nav ul li.current_page_ancestor a,
.single-post #nav ul li.page-item-1710 a,
.archive #nav ul li.page-item-1710 a,
.single-products #nav ul li.page-item-1698 a,
.single-solutions #nav ul li.page-item-9 a
{
	color:#FFF;
	background-color:rgba(0,0,0,0.05);
}

#nav li:hover > ul {
	display: block;
}



/* level 2 list */
#nav ul ul {
	display: none;
	margin: 0;
	padding: 15px 0px;
	position: absolute;
	top: 50px;
	left:inherit;
	background-color: #CF0E30!important;
	width:auto;
	z-index:5000;
}
#nav ul ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul ul a {
	font-weight: normal;
	text-indent:0;
	background-image:none!important;
	height:30px;
	line-height:30px;
	padding:0px 20px;
	text-decoration:none;
	color:#FFF!important;
	width:auto!important;
	min-width:185px!important;
	text-transform:none;
	font-size:13px;
	letter-spacing:0px!important;
	border-right:none;
	border-bottom:1px solid rgba(0,0,0,0.20)!important;
	margin:0px!important;
	background-color:transparent!important;
}

/* sub levels link hover */

#nav ul ul li:hover a, 
#nav ul ul li:hover a,
#nav ul ul a:hover {
	background-color:rgba(0,0,0,0.05)!important;
	margin-bottom:0px;
	border-top:none;
}


/* level 3+ list */
#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(6, 22, 34, 0.95);  
	-moz-transition: background .3s linear;  
	-webkit-transition: background .3s linear;  
	-o-transition: background .3s linear;  
	transition: background .3s linear;  
}  
.tint:hover:before {  
	/*background: none; */ 
}  

#splashsub {
	display:block;
	width:100%;
	background-color:#FFF;
	position:relative;	
	min-height:120px;
	height:auto;
	padding: 0px;
	overflow:hidden;	
}

.splashsub-center {
	width:540px;
	height:auto;
	padding:30px;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.85);	
	position:absolute;
	z-index:7999;
	top:50%;
	left:50%;
	margin-left:-300px;
}



#splashsub img {
	display:block;
	width:100%;
	height:auto;
	margin:0px;
}

#splash {
	display: block;
	width: 100%;
	background-color:#EFEFEF;
	position: relative;
	height: auto;
	padding: 0px;
	text-align: center;

}

.splash-center {
	height:1400px;
	padding:30px;
	background-color: rgba(0,0,0, 0.80);	
}

.slide .splash-center {
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:50%;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	margin-top:-100px;
}

.slide-center {
	width:600px;
	height:auto;
	padding:30px;
	text-align:center;
	margin:0 auto;
	background-color: rgba(255, 255, 255, 0.85);	
}

.slide .slide-center {
	position:absolute;
	left:50%;
	margin-left:-300px;
	top:40%;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	margin-top:-100px;
}

.dark .splash-center, .dark .slide-center {
	background-color: rgba(0, 0, 0, 0.85);
}

.dark .splash-center .entry-title, .dark .slide-center .entry-title,
.dark .splash-center h3, .dark .slide-center h3,
.dark .splash-center p, .dark .slide-center p {
	color:#FFF!important;
	text-shadow:none!important;	
	
}

.plain .slide-center {
	width:100%;
	max-width:1080px;
	padding:30px 0px 0px 0px;
	top:auto;
	left:auto;
	position:relative;
	margin:0px auto;	
}

#splash h2 {
	font-size:30px;
	line-height:33px;
	text-align:left;
	color:#FFF;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	margin-bottom:20px;
}

#splash h3 {
	font-size:14px;
	text-align:left;
	color:#FFF;
	font-weight:normal;
	display:block;
	margin-bottom:20px;
}

#splash h4 {
	position: absolute;
	display: block;
	line-height:12px;
	top:0px;
	font-size: 24px;
	font-weight: 100;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #333;
	zoom: 1;
	filter: alpha(opacity=50);
	opacity: 0.5;	
}

#splash p, .slide p {
	text-align:left;
}

#splash img {
	display:block;
	width:100%;
	height:auto;
}

.gallery-content {
	display:block;
	width:100%;
	background-color:rgba(0,0,0,.8)	;
	padding:20px 0px 50px 0px;
	position:absolute;
}


.ls-bg2 img {
	display:block;
	width:100%;
	height:auto;
}


#quote {
	display:block;
	padding:20px 0px;
	background-color:#6281A2;
	text-align:center;	
	clear:both;
	border-bottom:1px solid #555;
	margin-bottom:20px;
}
.home #quote {
	margin-bottom:0px!important;	
}

#quote h3 {
	font-size:17px;
	line-height:30px;
	font-weight:bold;
	color:#FFF;	
}

#quote small {
	color:#666;
	line-height:10px!important;	
}

#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;
	margin-bottom:20px;
	position:relative;
	border:1px solid #FFF;
	box-shadow:0px 0px 10px rgba(0,0,0,0.30);
}

.blog-date {
	position:absolute;
	background-color:#6281A2;
	top:0px;
	right:10px;
	color:#FFF;
	width:40px;
	height:77px;
	padding:10px;
	text-align:center;
	font-size:12px;
	line-height:14px;
}

.blog-date span {
	font-size:30px;	
	line-height:30px;
}

.blog-entry .entry-title {
	width:70%;	
	line-height:inherit;
}





/* =Content
-------------------------------------------------------------- */

#main {
	clear: both;
	overflow: hidden;
	padding: 30px; 
	margin:0px;
	width:inherit;
	position:relative;
}

.home #content {
	background-image:url(img/home-content-bg.png);
	background-position:top center;
	background-repeat:no-repeat;
	color:#000;
	padding:48px 0px 0px 0px;
	margin-bottom:20px;	
	position:relative;
	display:block;
	z-index:9999;
}

#content {
	padding:0px;
}
#content,
#content input,
#content textarea,
.slide {
	color: #333;
	font-size: 16px;
	line-height: 26px;
}
#content p,
#content ul,
#content ol,
#content dd,
#content pre,
#content hr {
	margin-bottom: 24px;
}
#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: #000;
	line-height: 1.5em;
	margin: 0 0 20px 0;
}




#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:0px auto 20px auto;
	height:auto;
	position:relative;
}

#subnavcontainer {
	padding:0px 0px 30px 0px;
	font-size:0;
	position:relative;
	display:block;
}


#subnav ul {
	list-style-type:none;
	margin:0px;
	padding:0px;
	text-align:center;
}

#subnav ul li {
	display:inline-block;
	width:auto;
	padding:0px;
	margin:0px;
	position:relative;
	font-size:0;
}

#subnav ul li a {
	font-size:10px;
	letter-spacing:1px;
	line-height:28px;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	margin:0;
	width:auto;
	margin-right:1px;
	padding:0px 10px;
	color:#333;
	background-color:#efefef;
	position:relative;	
}

#subnav ul li a:hover {
	background-color:#FFF;	
}

#subnav ul li.current_page_item a {
	background-color:#FFF;	
}

#subnav ul li:last-child a {
	margin-right:0px;
}

.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:20px;
}
.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;
	margin-bottom: 0;
}
.format-gallery .gallery-thumb,
.category-gallery .gallery-thumb {
	float: left;
	margin-right: 20px;
	margin-top: -4px;
}
.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,
#content img {
	display:block;
	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;
}

table img {
	width:auto;
	height:auto;	
}
.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 {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #FFF;
	box-shadow:0px 0px 5px #CCC;
}
.gallery br+br {
	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;
}

#features-header {
	width:100%;
	height:auto;
	position:relative;
	display:block;
}

#features-header #features-bg {
	display:block;
	width:100%;
	height:auto;
	position:relative;
}
#features-header #features-bg img {
	display:block;
	width:100%;
	height:auto;
	max-height:1000px;	
}

#features-header #icons {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:9000;
}

#features-header #icons .icon {
	position:absolute;
	width:52px;
	height:52px;	
}

#features-header #icons .icon a {
	display:block;
	position:relative;	
}

#features-header #icons .icon .icontainer {
	position:relative;
	width:100%;
	height:100%;	
}

#features-header #icons .icon .icontainer img {
	display:block;
	width:100%;
	height:auto;	
}


#features-header #icons #leaf {
	top:70%;
	left:30%;	
}

#features-header #icons #yoga {
	top:53%;
	left:33%;	
}

#features-header #icons #chef {
	top:40%;
	left:34%;	
}

#features-header #icons #window {
	top:36%;
	left:40%;	
}

#features-header #icons #dog {
	top:55%;
	left:50%;	
}

#features-header #icons #swim {
	top:58%;
	left:55%;	
}

#features-header #icons #drinks {
	top:60%;
	left:60%;	
}

#features-header #icons #bike {
	top:65%;
	left:65%;	
}

#features-header #icons #treadmill {
	top:55%;
	left:70%;	
}

#features-header #icons #concierge {
	top:61%;
	left:76%;	
}

#features-header #icons #handshake {
	top:59%;
	left:84%;	
}

#features-header #icons #park {
	top:53%;
	left:6%;
}


/* =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: 20px;
	margin: 0px 0px 20px 0px;
	background-color: #EBEFF3;
	border: 1px solid #FFF;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.30);
}

.widget-title {
	color: #000;
	font-weight:bold;
	margin-bottom:20px;
	padding-bottom:20px;
	font-size:17px;
	text-transform:uppercase;
	border-bottom:1px dotted rgba(0,0,0,0.30);
}
.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 {
	min-height:460px;
	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;
	color:#666;
	text-decoration:none;
	text-shadow:1px 1px 0px #F8F8F8;
}

#primary .customSideNav li a:before {
	content:"<";
	color:#CCC;
	padding:0px 5px;
	font-weight:bold;
}



#primary .customSideNav li.current_page_item a {
	
	background-color:#FFF;
	color:#333;
	
}

.customSideNav a:hover {
	
	color: #222!important;
	background-color:#FFF;
}

#primary .customSideNav .widget-title a {
	
	text-decoration:none;
	color:#000;
}

#primary ul ul {
	padding:0px;
	margin:0px;		
}

#primary ul ul li {
	list-style-type:none;
	font-size:14px;
	margin-bottom:7px;
	padding-bottom:7px;
	border-bottom:1px dotted rgba(0,0,0,0.20);
}

#primary p {
	font-size:14px;	
}


/* grids */

/* grids */

.carousel {             
    width: 100%;       
    height: 200px;      
    overflow: hidden;
}

.grid {
	clear:both;
	padding:0px;	
	display:block;
	margin:0px 0px 30px 0px;
}

.locations-grid {
		
}

.grid-item {
	margin:0px auto;
	padding:0px;
	display:block;	
	float:left;
	width:auto;
	min-width:20%;
	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

.grid-image {
	display:block;
	position:relative;
	min-height:180px;	
}

.mix {
	
}

.grid-item-content {
	padding:10px;
	background-color:#FFF;	
	min-height:280px;
}

.grid-item-content p,
.grid-item-content li {
	line-height:17px;
	font-size:12px;
}



.grid-item h3 {
	font-size:17px;
	text-transform:uppercase;
	font-weight:bold;
	margin-bottom:10px;
	text-align:center!important;
}

.grid-item img {
	width:auto;
	height:auto;
	
	display:block;	
	margin-bottom:20px;
}

.grid-tools {
	padding:10px;
	border-top:1px dotted #EFEFEF;
}

.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:13px;	
	padding:3px 5px;
	line-height:34px;
	color:#777;
	border:1px solid #CCC;
}

.grid-tag {
	
}

.grid-tag p {
	line-height:40px;
	font-size:12px;
}


/* Secondary WIdget Area */

#subsections {
	display:block;
	margin:0px;
	padding:0px 0px 30px 0px;
	
}

#subsections ul {
	list-style-type:none;
	margin:0px;
	padding:0px 0px;
}

#subsections ul li.widget-container {
	margin:1%;
	padding:20px;
	display:block;
	float:left;
	width:31.3%;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	min-height:320px;
	background-color:#FFFFFF!important;
}


#subsections ul li.widget-container .widget-title {
	margin-bottom:14px;
	text-align:center;	
}

#subsections ul ul li {
	float:none;
	width:auto;
	min-height:inherit;
	padding:5px 0px;
	margin:5px 0px;	
}

#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 0px;
	background-color: #111;
	border-top:1px solid #333;
	color:#CCC;
}

#footermenu .widget-container {
	background-color:transparent;
	background-image:none;
	border:0!important;
	box-shadow:none!important;
	
}	

#footermenu .widget-title {
	color:#FFF;	
}

#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; 
	border-bottom:none;
	color:#CCC;
}

#footermenu ul ul li {
	font-size:12px;
	float:none;	
	width:auto;
	text-align:left;
	border-bottom:1px dotted rgba(0,0,0,0.20);
	padding-bottom:5px;
	margin-bottom:5px;
}

#footermenu p {
	color:#CCC;	
	font-size:12px;
}

#copyright a {
	color:#111;	
}

.footer-left {
	width:48%;
	float:left;	
	padding:0px 1%;
}

.footer-right {
	width:48%;
	float:right;
	text-align:right;
	padding:5px 1%;	
}

#copyright {
	width:100%;
	margin:0px;
	display:block;
	position:relative;
	padding:0px 0px 0px 0px;
	height:50px;
	background-color:#000;
	overflow:hidden;
	
	
}

#copyright p {
	margin-bottom:0px;	
	color:#444;
	font-size:11px;
	line-height:50px;
	text-align:center;
}

#copyright h3 {
	font-size:20px;
	color:#222;
	margin-bottom:20px;	
	font-weight:700;
}

#redzone {
	position:absolute;
	right:0px;	
}

#walnut {
	display:block;
	background-color:#000;	
	width:auto;
	position:relative;
}

#walnut-container {
	width:50%;
	padding:30px 0px 30px 0px;
	
	margin:0 auto;
	text-align:center;
}

#walnut-container h3 {
	color:#333;
	font-size:13px;
	margin-bottom:30px;
	text-transform:uppercase;
	font-weight:100;
	letter-spacing:2px;
}

#walnut-container p {
	font-size:13px;
	line-height:20px;
	color:#999;
	margin-bottom:20px;	
}

#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 {

	
}

/* wordpress hacks */

.home .widget_recent_entries {
	background-color:none!important;
	padding:0px;	
}

.widget_recent_entries ul li {
	padding:10px 0px!important;	
	position:relative;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
}

.widget_recent_entries ul li a {
	text-decoration:none;
}

.widget_recent_entries ul li:last-child {
	border-bottom:none!important;
	padding-bottom:0px!important;	
}

.post-date {
	display:block;
	font-size:10px;
	line-height:10px;
	font-style:italic;
	font-weight:normal;
	position:absolute;
	top:0px;
	text-transform:none;
	color:#999;
}

.perfect-quotes li {
	font-size:14px;
	line-height:24px;
	padding-top:0px!important;
	padding-left:20px!important;
}

/* =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: 32px;
	line-height:36px!important;
	font-weight: bold;
	margin-bottom: 30px;
	letter-spacing: 0px;
	color: #000;
	text-shadow: 1px 1px 0px #FFF;
}

.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 */

#salesmap {
	display:block;
	clear:both;	
	padding-bottom:50px;
}

#salesmap-source {
	width:70%;
	float:left;
	position:relative;
	height:auto;
}

#salesmap-results {
	width:30%;
	float:left;
	position:relative;	
	min-height:200px;
	background-color:#E1E1E1;
	padding:15px;
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	-webkit-border-radius: 7px; 
	-moz-border-radius: 7px; 
	border-radius: 7px; 
}

#salesmap-drop {
	position:relative;
	padding:0px 0px 15px 0px;	
}

#salesmap-reps {
	background-color:#FFF;
	padding:10px;	
	max-height:350px;
	overflow:auto;
}

#salesmap select {
	width:100%;
	padding:4px;
	color:#333;	
	font-size:14px;
}

#salesmap-reps h2 {
	font-size:11px;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#666;
	margin-bottom:16px!important;
}

#salesmap-reps h3 {
	font-size:13px;
	text-transform:uppercase;
	letter-spacing:0px;
	color:#333;
	margin-bottom:16px!important;
}

#salesmap-reps p {
	font-size:13px;
	margin-bottom:16px!important;
	line-height:16px;
}

#salesmap-reps .rep {
	padding:5px 0px;
	margin:5px 0px;
	border-bottom:1px dotted #CCC;	
}

.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:600px;
	width:100%;
}

.map_content {
	padding:30px;
	text-align:center;
}

/* buttons */

a.button, input.submit, input[type=submit] {
	text-decoration:none;
	display: inline-block;
	padding:0px 15px;
	margin:0px;
	font-size: 12px!important;
	text-transform:uppercase;
	font-style:normal;
	letter-spacing:0px;
	font-weight:bold;
	line-height: 32px;
	height:32px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	color: #FFF!important;
	background-color:#000;
	border:0!important;
}

a.button span {
	color:#111!important;	
}
a.button:hover, input.submit:hover, input[type=submit]:hover {
	cursor: pointer;
	background-color: #f01539;
}


/* 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_50 {
	width:50%;
	float:left;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:5px;
}

.right_50 {
	width:45%;
	float:right;	
	-webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
	padding:5px;
}

.left_33
{
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  width: 33.3%;
  float: left;
  text-align: center;
  -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: 25%;
  float: left;
  text-align: center;
  -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;   
    box-sizing: border-box; 
}

.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;
}

div.dark_square .pp_left,div.dark_square .pp_middle,div.dark_square .pp_right,div.dark_square .pp_content{opactiy:90%;}
div.dark_square .pp_description{color:#fff;margin:0 85px 0 0}
div.dark_square .pp_loaderIcon{background:url(img/prettyPhoto/dark_square/loader.gif) center center no-repeat}
div.dark_square .pp_expand{background:url(img/prettyPhoto/dark_square/sprite.png) -31px -26px no-repeat;cursor:pointer}
div.dark_square .pp_expand:hover{background:url(img/prettyPhoto/dark_square/sprite.png) -31px -47px no-repeat;cursor:pointer}
div.dark_square .pp_contract{background:url(img/prettyPhoto/dark_square/sprite.png) 0 -26px no-repeat;cursor:pointer}
div.dark_square .pp_contract:hover{background:url(img/prettyPhoto/dark_square/sprite.png) 0 -47px no-repeat;cursor:pointer}
div.dark_square .pp_close{
		cursor:pointer;
		position:absolute;
		top:0px!important;
		right:0px;
		display:block;
		font-size:18px;
		color:#FFF;
		text-decoration:none;
}
div.dark_square .pp_nav{clear:none}
div.dark_square .pp_nav .pp_play{background:url(img/prettyPhoto/dark_square/sprite.png) -1px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_nav .pp_pause{background:url(img/prettyPhoto/dark_square/sprite.png) -24px -100px no-repeat;height:15px;width:14px}
div.dark_square .pp_arrow_previous{}
div.dark_square .pp_arrow_next{}

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_content_container{position:relative;text-align:left;color:#FFF; background-color:#000; padding:0px; margin:0px;}

.share .pp_content_container, .plain .pp_content_container { background-image:none!important; }

.pp_content_container .pp_left{padding-left:0px}
.pp_content_container .pp_right{padding-right:0px}
.pp_content_container .pp_details{}
.pp_description{display:none;margin:0}
.pp_social{float:left;margin:0}
.pp_social .facebook{float:left;margin-left:5px;width:55px;overflow:hidden}
.pp_social .twitter{float:left}
.pp_nav{
	position:absolute;
	bottom:5px;
	right:10px;
	
	}
.pp_nav p{}
.pp_nav .pp_play,.pp_nav .pp_pause{float:left;margin-right:4px;text-indent:-10000px}
a.pp_arrow_previous,a.pp_arrow_next{
	font-size:18px;
	text-decoration:none;
}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:block;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;position:relative;white-space:nowrap;margin:0 0 0 5px;padding:0}
.pp_gallery ul a{border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a{background:url(img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;display:block;height:33px;width:50px}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{}
a.pp_next{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:url(img/prettyPhoto/light_rounded/btnNext.png) 10000px 10000px no-repeat;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}

.pp_loaderIcon{display:block;height:24px;left:50%;position:absolute;top:50%;width:24px;margin:-12px 0 0 -12px}
#pp_full_res{line-height:1!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;z-index:9999;margin:0 0 5px 15px}
div.pp_default .pp_content,div.light_rounded .pp_content{background-color:#fff}
div.pp_default #pp_full_res .pp_inline,div.light_rounded .pp_content .ppt,div.light_rounded #pp_full_res .pp_inline,div.light_square .pp_content .ppt,div.light_square #pp_full_res .pp_inline,div.facebook .pp_content .ppt,div.facebook #pp_full_res .pp_inline{color:#000}
div.pp_default .pp_gallery ul li a:hover,div.pp_default .pp_gallery ul li.selected a,.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
div.pp_default .pp_details,div.light_rounded .pp_details,div.dark_rounded .pp_details,div.dark_square .pp_details,div.light_square .pp_details,div.facebook .pp_details{position:relative}

* html .pp_top,* html .pp_bottom{padding:0 0px}
.pp_top .pp_left,.pp_bottom .pp_left{height:0px;left:0;position:absolute;width:0px}
.pp_top .pp_middle,.pp_bottom .pp_middle{height:0px;left:0px;position:absolute;right:0px}
* html .pp_top .pp_middle,* html .pp_bottom .pp_middle{left:0;position:static}
.pp_top .pp_right,.pp_bottom .pp_right{height:0px;left:auto;position:absolute;right:0;top:0;width:0px}
.pp_fade,.pp_gallery li.default a img{display:none}

.popinner {
	padding:30px;
		
}

.popinner p{
	font-size:14px;
	line-height:18px;
}

.popinner small {
	color:#CCC;	
}

.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;	
}

#my-favorites {
	position:fixed;
	display:block;
	bottom:0px;
	left:0px;
	width:100%;
	padding:5px;
	background-color:rgba(0,0,0,0.80);	
	z-index:10000;
}
/* =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;
	}
}

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 767px) and (max-width: 1079px) {
        
		.container
		{ width: 767px; }
		
		
		#nav ul li a {
			font-size:12px;
			padding:0px 10px;
			letter-spacing:0px;
		}
		
		#mobile-menu ul li a {
			display:block;
			padding:0px;
			font-size:12px;
			text-transform:uppercase;	
			text-decoration:none;
			text-align:center;
			float:none;
			color:#fdd7bb;
			font-weight:900;
			border-bottom:1px dotted #333!important;
			margin-bottom:0px!important;
			height:40px;
			line-height:40px;
		}
		
		
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px) {
        .container {
			width:100%;
			padding:0px;
			height:auto;
			margin:0 auto;
			position:relative;
			min-width:150px;
		}

		#primary,
		#secondary,
		#container {
			float: none;
			width:100%;
			padding:0px 0px;
			margin:0px auto!important;
		}
		
		.home #header {
			margin-bottom:0px;	
		}
		
		#content {
			float: none;
			width:90%;
			padding:0px 0px;
			margin:0px auto!important;
		}
		
		#navcontainer,
		.customSideNav {
			display:none;
		}
		
		#mobilenav, #subnav {
			display:block;	
			width:100%;
			position:relative;
		}
		
		#mobile-btn {
			display:block;
			width:40px;
			height:40px;
			right:5px;
			top:3px;
			position:absolute;
		}
		
		#mobile-btn a {
			width:40px;
			height:40px;
			background-image:url(img/mobile-nav.png);
			background-repeat:no-repeat;
			background-position:center 5px;
			text-indent:-9999px;
			display:block;
			transition-property:none;
			margin:0px auto;
		}
		
		
		#mobile-menu {
			position:absolute;
			width:100%;
			background-color: #f01539;
			display:none;	
			top:87px;
		}
		
		#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:12px;
			text-transform:uppercase;	
			text-decoration:none;
			text-align:center;
			float:none;
			color:#fdd7bb;
			font-weight:900;
			border-bottom:1px dotted #333!important;
			margin-bottom:0px!important;
			height:36px;
			line-height:36px;
		}
		
		#mobile-menu ul li.current_page_item a, #mobile-menu ul li a:hover {
			color:#FFF;	
			border-top:none;
			margin-top:0px;
		}
		
		#redzone-links {
			z-index:10000;	
		}
		
		#redzone-links li {
			display:none;	
		}
		
		#redzone-links li.phone {
			display:block;
			color:#FFF;
			border-right:none;	
		}
		
		#splash {
			height:300px;	
		}
		
		#splashsub {
			height:auto;
			position:relative;
			overflow:auto;	
		}
		
		.home #content {
			background-image:none;	
		}
		
		#splash h2 {
			font-size:20px;
			line-height:24px;	
		}
		
		#splash h2 span,
		.entry-title span {
			font-size:11px!important;
		}
		
		#splash h3 {
			font-size:11px;
			line-height:16px;
		}
		
		.splash-center {
			position:relative!important;	
		}
		
		.slide {
			height:auto;	
			overflow:visible;
			max-height:inherit;
		}
		
		.slide img.slidebg {
			
		}
		
	
		
		#content {
			margin: 0px;
		}
		
		.entry-title {
			text-align:center;
			font-size:30px!important;
			line-height:30px!important;
		}
		.entry-meta {
		text-align:center;	
		}
		#primary,
		#secondary {
			float: none;
			min-height:inherit;
			
		}
		
		.grid-item, .grid-item-image, .grid-item-33 {
			float:none;
			width:auto!important;
			height:auto!important;
			max-width:300px;
			margin:0 auto;
			margin-bottom:10px;
			
		}
		
		.grid-item {
			border-bottom:1px solid #CCC;	
		}
		.grid-item-content {
			min-height:inherit;	
		}
		.grid-image {

			min-height:inherit;	
		}
		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
		{
		  float:none;
		  margin:10px auto;
		  width:100%;
		  
		}
		
	
		
		.left_33, 
		.floorplan,
		#subsections ul li.widget-container, 
		#footermenu ul li,
		#footermenu ul li:last-child,
		.blog-entry {
			width:auto;
			max-width:300px;
			float:none;	
			margin:0px auto;
			padding:20px;
			margin:0px auto 10px auto;
			display:block;
			position:relative;
		}
		
		.post-date {
			width:100%;
			text-align:center;	
		}
		
		#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;	
		}
		
		a.button {
			
			font-size:14px!important;
			line-height:22px;
			letter-spacing:0px;
			height:auto;
			padding:4px 15px;	
		}
		
		.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 h3 {
			font-size:14px;
			line-height:20px;
		}
		
		#subsections ul li.widget-container {
			min-height:inherit;
			margin-bottom:20px;	
		}
		
		#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%;
		}
		
		.ls-bg2 {
			display:none!important;	
		}
		
		#layerslider {
			height:200px!important;	
		}
		
		.fb-like,
		.ls-bottom-nav-wrapper,
		#mapcontainer {
			display:none!important;
		}
		
		#vmap {
			width:200px!important;	
		}
    }




