

/**
 * Utility Classes
 */
.mobile,
#access li.mobile {
	display: none;
}
.desktop {
	display: block;
}
#section-mobile-rotator,
#section-services-mobile {
	display: none;
}
.clear {
	clear: both;
}
.clearfix:after{
	clear:left;
	content: '';
	display: block;
}
.hidden  { 
    display:none;
	visibility:hidden;
}
.offscreen,
.accessLabel  {
	display: block;
	left: -999999px;
	position: absolute;
	top: -999999px;
}
.hidden {
	display: none;
	visibility: hidden;
}
.noWrap {
	white-space: nowrap;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}
.touch-background {
	display: none;
}
.ie-background {
	display: none;
	height: auto;
	left: 0;
	min-height: 100%;
	min-width: 100%;
	position: absolute;
	top: 0;
	width:auto;
	z-index: -1;
}
.banner-message {
	display: none;
	background: #602748;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
	.banner-message p {
		color: #fff;
		display: block;
		font-size: 12px;
		font-weight: 500;
		line-height: 36px;
		padding: 0 24px;
		text-decoration: none;
		transition: color .5s;
		-webkit-transition: color .5s;
	}

/* Assistive text */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}
#access a.assistive-text:active,
#access a.assistive-text:focus {
	background: #eee;
	border-bottom: 1px solid #ddd;
	color: #1982d1;
	clip: auto !important;
	font-size: 12px;
	position: absolute;
	text-decoration: underline;
	top: 0;
	left: 7.6%;
}
/**
Wrapper
*/
body, html {
	display: block;
	width:100%;
	-webkit-font-smoothing: antialiased;
}
/*url(../images/bg-bokeh-top-right.png) right top no-repeat,
					url(../images/bg-bokeh-top-left.png) left top no-repeat,
					url(../images/bg-bokeh-bottom-right.png) right bottom no-repeat,
					url(../images/bg-bokeh-bottom-left.png) left bottom no-repeat,
					url(../images/bg-bokeh-top.png) left top repeat-x,*/
	html {
		background:	
					url(../images/bg-bokeh-bottom-2.png) bottom left repeat-x,
					url(../images/bg-bokeh-top-2.jpg) top left repeat-x,
					#fffaf9;
				background-attachment: fixed;
				background-size: 100% auto;
	}
	body {
		background-color: transparent !important;
		background: url(../images/bg-triangle-pattern.png) -43px 0 repeat-y;
		background-attachment: fixed;
	}
	#page{
		margin:0 auto;
	}
	#primary {
		position: relative;
		z-index: 3;
	}
	.backstretch {
		min-height: 100%;
	}
	.two-collumn {
		columns:			100px 2;
		-webkit-columns:	100px 2;
		-moz-columns:		100px 2;
		column-gap:			30px;
		-moz-column-gap:	30px;
		-webkit-column-gap:	30px;
	}
	.half {
		float: left;
		position:relative;
		width: 50%;
		box-sizing: 		border-box;
		-moz-box-sizing: 	border-box;
	}
		.first-half {
			padding-right: 15px;
		}
		.second-half {
			padding-left: 15px;
		}

/**
Forms 
*/
input[type=text],
input[type=password],
textarea {
	background: #fafafa;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
}
input[type=text]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text] {
	padding: 3px;
}
input#s {
	background: url(images/search.png) no-repeat 5px 6px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-size: 14px;
	height: 22px;
	line-height: 1.2em;
	padding: 4px 10px 4px 28px;
}
input#searchsubmit {
	display: none;
}
/**
Loading Panel
*/
#loading-panel {
	position:fixed;
	height:100%;
	width: 100%;
	z-index: 9999;
background: #fffbf6; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover,  #fffbf6 57%, #ffe1b2 100%); /* FF3.6+ */
background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(57%,#fffbf6), color-stop(100%,#ffe1b2)); /* Chrome,Safari4+ */
background: -webkit-radial-gradient(center, ellipse cover,  #fffbf6 57%,#ffe1b2 100%); /* Chrome10+,Safari5.1+ */
background: -o-radial-gradient(center, ellipse cover,  #fffbf6 57%,#ffe1b2 100%); /* Opera 12+ */
background: -ms-radial-gradient(center, ellipse cover,  #fffbf6 57%,#ffe1b2 100%); /* IE10+ */
background: radial-gradient(ellipse at center,  #fffbf6 57%,#ffe1b2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fffbf6', endColorstr='#ffe1b2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
	#loading-panel img{
		width: 57px;
		height: auto;
		top: 50%;
		left: 50%;
		margin: -83px 0 0 -28px;
		position: absolute;
	}

/**
Header
*/

#branding {
	position: relative;
	text-align: center;
}
#site-title {
	display: inline-block;
	margin: 155px auto 28px;
}
	#site-title img {
		height: auto;
		width: 220px;
	}
#site-description {
	color: #602748;
	font-size: 14px;
	letter-spacing: 2px;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	text-transform: uppercase;
	transition: 		opacity 1.2s;
	-webkit-transition: opacity 1.2s;
}
	#site-description.visible {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
/**
Footer
*/
#page #siteFooter {
	background: url('../images/bg-golden-rule.png') top left repeat-x;
	padding: 10px 0 28px;
	position: relative;
	text-align: center;
	z-index: 3;
}
	#page #siteFooter p {
		opacity: .4;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
		color: #666;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}

/**
Menu
*/
#access {
	background: #602748;
}

.home #access {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 9999;
}
.home #access.fixed {
	bottom: auto;
	position:fixed;
	top:0;
	width: 100%;
	left: 0;
}
	#access ul {
		list-style: none;
		text-align: center;
		text-transform: uppercase;
	}
		#access li {
			display: inline-block;
			position: relative;
		}
			#access #menu-navigation a {
				color: #fff;
				display: block;
				font-size: 12px;
				font-weight: 500;
				line-height: 36px;
				letter-spacing: 1px;
				padding: 0 24px;
				text-decoration: none;
				transition: 		color .5s;
				-webkit-transition: color .5s;
			}
			#access #menu-navigation a.focus,
			#access #menu-navigation a:hover {
				color: #c3891c;
			}
			.home #access #medallion {
				opacity: 0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			}
			#access #medallion {
				height: 66px;
				left: 50%;
				margin: 60px 0 0 -28px;
				position: absolute;
				top:0;
				width:56px;
				z-index: 9999;
				transition: 		opacity .4s;
				-webkit-transition: opacity .4s;
			}
			#access #medallion.visible {
				opacity: 1;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			}
				#access #medallion img {
					max-width: 100%;
					position:absolute;
				}
					#access #medallion img.purple {
						display: none;
						opacity: 1;
						-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
						transition: opacity .2s;
						-webkit-transition: opacity .2s;
					}
					#access #medallion img.gold {
						opacity: 1;
						-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
						transition: opacity .2s;
						-webkit-transition: opacity .2s;
					}
					#access #medallion img.purple.over {
						opacity: 0;
						-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
					}
					#access #medallion img.gold.over {
						opacity: 1;
						-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
					}


/**
Intro
*/
#section-intro-wrapper {
	height: 500px;
	min-height: 384px;
	position:relative;
	z-index: 3;
}
#page-parallax-texture-2,
#page-parallax-texture,
#parallax-texture,
#parallax-texture-2 {
	height: 100%;
	width: 100%;
}
	#page-parallax-texture,
	#parallax-texture {
		background: url(../images/bg-texture-1.png);
		background-attachment: fixed;
		background-position: 100% 0;
	}
	#page-parallax-texture-2,
	#parallax-texture-2 {
		background: url(../images/bg-texture-2.png) repeat-y;
		background-attachment: fixed;
		background-position: -100px 0;
	}
#page-parallax-texture{
	background-repeat: repeat-y;
}
#parallax-texture {
	background-repeat: no-repeat;
}
	#section-intro {
		background: #faebe9 url(../images/bg-intro-edit-2.jpg) center center no-repeat;
		background-attachment: fixed;
		height: 1000px;
		min-height: 768px;
		position:absolute;
		width: 100%;
		/*z-index: 3;*/
		-webkit-backface-visibility: hidden;
		transition: 		height 1s;
		-webkit-transition: height 1s;
		background-size: 100% auto;
		background-size: cover;
	}
		#intro-lines {
			background: url(../images/bg-triangle-pattern.png) -43px 0 repeat-y;
			background-attachment: fixed;
			height: 100%;
			width: 100%;
		}
		#section-intro .entry-content {
			bottom: 80px;
			font-size: 24px;
			height: auto;
			left: 50%;
			margin-left: -325px;
			max-width: 770px;
			position: absolute;
			text-align: center;
		}
		#section-intro .entry-content h3 {
			font-size: 24px;
			font-weight: 200;
			text-transform: uppercase;
			letter-spacing: 2px;
			line-height: 30px;
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			transition: 		opacity 1.5s;
			-webkit-transition: opacity 1.5s;
		}
		#section-intro .entry-content p {
			color: #602748;
			font-size: 24px;
			font-weight: 200;
			line-height: 30px;
			opacity: 0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
			transition: 		opacity 1.5s;
			-webkit-transition: opacity 1.5s;
		}
		#section-intro .entry-content.visible  h3,
		#section-intro .entry-content.visible  p {
			opacity: 1;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		}
/**
Rotator
*/
#section-rotator {
	background: #666;
	height: 587px;
	overflow: hidden;
	position:relative;
	width: 100%;
	z-index: 2;
	transition: 		height 1s;
	-webkit-transition: height 1s;
}
/*	#section-rotator #shrine-wrapper {
		height: 100%;
		position:absolute;
		width: 100%;
	}
		#section-rotator #shrine {
			background: #fffaf9 url(../images/bg-shrine.jpg) center center no-repeat fixed;
			background-size: cover;
			height: 100%;
			position:relative;
			width: 100%;
		}*/
#section-rotator .flexslider {
	background: none;
}
.desktop-slideshow,
.desktop-slideshow ul.slides {
	display: block;
	height: 100%;
	width: 100%;
}
	.desktop-slideshow ul.slides li {
		background-position: center center;
		background-repeat: no-repeat; 
		background-size: cover;
		display: block;
		height: 100%;
		width: 100%;
		-webkit-backface-visibility: visible;
	}
#slider-controls{
	position: absolute;
	top:50%;
	width: 100%;
}
#slider-controls a{
	background: url(../images/bg-direction.png) no-repeat 0 0; 
	cursor: pointer; 
	display: block; 
	height: 25px; 
	margin: -12px 0 0; 
	opacity: .4; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
	position: absolute; 
	text-indent: -9999px; 
	top: 50%; 
	width: 26px; 
	z-index: 10; 
	transition: 		all 1s ease;
	-webkit-transition: all 1s ease;
}
#section-rotator:hover #slider-controls a {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#slider-controls #slider-controls-left {background-position: 100% 0; right: 60px; }
#slider-controls #slider-controls-right {left: 60px;}
/**
About
*/
#section-about {
	position: relative;
	z-index: 2;
}
#section-about .entry-content{
	background: url('../images/bg-golden-rule.png') bottom left repeat-x;
}
	#section-about .about-bio img {
		height: auto;
		margin: 0 0 30px;
		max-width: 100%;
	}
	#section-about p a {
		color: #002c76;
	}
		#section-about p a:hover {
			text-decoration: underline;
		}
	#section-about .entry-content ul {
		padding-left: 5px;
	}
		#section-about .entry-content ul li:before { 
			content:"-"; 
			position:relative; 
			left:-5px;
		}
#section-practitioners .entry-content{
	background: url('../images/bg-golden-rule.png') bottom left repeat-x;
}
/**
Practitioners
*/
#section-practitioners .practitioner {
	margin-bottom: 28px;
}
#section-practitioners .practitioners img {
	height: auto;
	margin: 0 0 30px;
	max-width: 100%;
}
#section-practitioners .practitioners .after-more {
	display: none;
}
#section-practitioners .practitioners .text {
	margin-bottom: 8px;
}
#section-practitioners .practitioners .text .ellipsis {
	margin-left: -3px;
}
#section-practitioners .practitioners a.read-more {
	color: #c3891c;
	line-height: 19px;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/**
Services
*/
#section-services {
	overflow: hidden;
	position: relative;
	z-index: 2;
}
#section-services #service-thumb-list {
	font-size: 0;
	padding: 0;
	position:relative;
	width: 100%;
}
	#section-services > .entry-content {
		padding-bottom: 0;
	}
	#section-services #service-thumb-list li {
		display: inline-block;
		font-size: 16px;
		height: 356px;
		margin: 0 1%;
		position: relative;
		text-align: center;
		vertical-align: top;
		width: 32%;
	}
		#section-services #service-thumb-list li a{
			display: block;
			position: absolute;
			height: 100%;
			width: 100%;
		}
	#section-services #service-thumb-list li.first {
		margin-left: 0
	}
	#section-services #service-thumb-list li.last {
		margin-right: 0
	}
	#section-services #service-thumb-list li img {
		height: auto;
		max-width: 100%;
	}
	#section-services #service-thumb-list li img.service-thumb {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		position: absolute;
		transition: 		opacity 1s;
		-webkit-transition: opacity 1s;
	}
	#section-services #service-thumb-list li:hover img.service-thumb {
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	}
	#section-services #service-thumb-list li:hover h3 {
		color: #c3891c;
	}
	#section-services #service-thumb-list li h3 {
		font-size: 12px;
		line-height: 16px;
		margin: 12px auto 22px;
		width: 110px;
		transition: 		color 1s;
		-webkit-transition: color 1s;
	}
#section-services #service-overview-list {
	display: none;
	background: url('../images/bg-golden-rule.png') top left repeat-x;
	height: 40px;
	overflow: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: relative;
	text-align: center;
	transition: 			height 1s 0s, opacity .7s;
	-webkit-transition: 	height 1s 0s, opacity .7s;
}
	#section-services #service-overview-list.open,
	#section-services #service-overview-list.stayOpen {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		height: 122px;
		transition: 		height 1s .7s, 1s 0s;
		-webkit-transition: height 1s .7s, 1s 0s;
	}
	#section-services #service-overview-list.stayOpen {
		background: url('../images/bg-golden-rule.png') top left repeat-x, url('../images/bg-golden-rule.png') bottom left repeat-x;
	}
	#section-services #service-overview-list p {
		font-size: 20px;
		font-weight: 200;
		line-height: 23px;
		margin: 0;
	}
	#section-services #service-overview-list li {
		height: auto;
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		top: 0;
		padding: 38px 50px;
		position: absolute;
		z-index: 1;
		transition: 		opacity .4s 0s;
		-webkit-transition: opacity .4s 0s;
	}
	#section-services #service-overview-list li.visible { 
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		z-index: 2;
		transition: 		opacity 1.3s .4s;
		-webkit-transition: opacity 1.3s .4s;
	}
#section-services #service-slideshow-list{
	height: 0;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	overflow: hidden;
	position: relative;
	transition: 			height 1s 0s, opacity .7s;
	-webkit-transition: 	height 1s 0s, opacity .7s;
}
	#section-services #service-slideshow-list.open{
		height: 750px;
		margin-bottom: 60px;
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		transition: 		height 1s .7s, 1s 0s;
		-webkit-transition: height 1s .7s, 1s 0s;
	}
	#section-services #service-slideshow-list > div { 
		opacity: 0;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		position: absolute;
		width: 100%;
		z-index: 2;
		transition: 		opacity .4s 0s;
		-webkit-transition: opacity .4s 0s;
	}
	#section-services #service-slideshow-list > div.visible {
		opacity: 1;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		z-index: 3;
		transition: 		opacity 1.3s .4s;
		-webkit-transition: opacity 1.3s .4s;
	}
	#section-services #service-slideshow-list > div .entry-content {
		background: url('../images/bg-golden-rule.png') top left repeat-x;
		padding-top: 120px;
	}
	#section-services .service-slideshow-wrapper {
		background: url('../images/bg-services-rotator.jpg') no-repeat;
		background-size: cover;
		height: auto;
		overflow: hidden;
		padding: 25px 0;
		position: relative;
		width: 100%;
	}
		#section-services .service-slideshow {
			max-width: 614px;
			margin: 0 auto;
		}
#section-services .services-rule,
#section-services-mobile .services-rule {
	background: url('../images/bg-golden-rule.png') bottom left repeat-x;
	height: 2px;
	max-width: 760px;
	margin: 0 auto;
	padding: 0;

}
/**
Scheduling
*/
#section-scheduling {
	position: relative;
	z-index: 2;
}
#section-scheduling .entry-content{
	background: url('../images/bg-golden-rule.png') bottom left repeat-x;
}
#section-scheduling .download {
	background: url('../images/icon-download.png') left center no-repeat;
	display: block;
	max-width: 350px;
	padding-left: 40px;
	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
}
.scheduling-hours p {
	margin: 0;
	min-height: 19px;
	max-width: 300px;
}
#section-scheduling .second-half p{
	width: 102%;
}
#section-scheduling a:hover {
	text-decoration: underline;
}
/**
Rates
*/
#section-rates {
	position: relative;
	z-index: 2;
}
	#section-rates .entry-content{
		background: url('../images/bg-golden-rule.png') bottom left repeat-x;
	}
/**
Contact
*/
#section-contact {
	position: relative;
	z-index: 2;
}
#section-contact .entry-content{
	background: none;
}
#section-contact h4 {
	font-weight: 700;
	margin-bottom: 7px;
}
#section-contact address {
	margin-bottom: 9px;
	line-height: 20px;
}
#section-contact a:hover {
	text-decoration: underline;
}
#section-contact .first-half p {
	max-width: 345px;
}
	#section-contact .entry-content ul {
		margin: 0 0 16px;
		padding: 0 0 0 10px;
		box-sizing: 		border-box;
		-moz-box-sizing: 	border-box;
	}
		#section-contact .entry-content ul li {
			line-height: 24px;
			position: relative;
			width: 103%;
		}
		#section-contact .entry-content ul li:before { 
			content:"-"; 
			position:absolute; 
			left:-10px;
			width: 5px;
		}
		.fb_edge_widget_with_comment {
			overflow: hidden;
			height: 20px;
		}
		#section-contact .entry-content #facebook-share {
			display: inline-block;
			height: 20px;
		}
		#section-contact .entry-content #facebook-share img {
			max-height: 100%;
		}
#section-contact .entry-content #map-canvas-outer-wrapper {
	border: 1px solid #d7c5c2;
	height: 259px;
	margin: 22px 0 0 -4px;
	padding: 4px;
	width: 100%;
	box-sizing: 		border-box;
	-moz-box-sizing: 	border-box;
}
	#section-contact .entry-content #map-canvas-inner-wrapper {
		background: url(../images/bg-map.jpg) center center no-repeat;
		background-size: 100% auto;
		background-size: cover;
		height: 100%;
		overflow: hidden;
		position: relative;
		width: 100%;
	}

/**
Print
*/

@media print {
	body {
		background: none !important;
		font-size: 10pt;
	}
	footer.entry-meta a[rel=bookmark]:link:after,
	footer.entry-meta a[rel=bookmark]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}
	#page {
		clear: both !important;
		display: block !important;
		float: none !important;
		max-width: 100%;
		position: relative !important;
	}
	#branding {
		border-top: none !important;
		padding: 0;
	}
	#branding hgroup {
		margin: 0;
	}
	#site-title a {
		font-size: 21pt;
	}
	#site-description {
		font-size: 10pt;
	}
	#branding #searchform {
		display: none;
	}
	#branding img {
		display: none;
	}
	#access {
		display: none;
	}
	#main {
		border-top: none;
		box-shadow: none;
	}
	#primary {
		float: left;
		margin: 0;
		width: 100%;
	}
	#content {
		margin: 0;
		width: auto;
	}
	.singular #content {
		margin: 0;
		width: 100%;
	}
	.singular .entry-header .entry-meta {
		position: static;
	}
	.entry-meta .edit-link a {
		display: none;
	}
	#content nav {
		display: none;
	}
	.singular .entry-header,
	.singular .entry-content,
	.singular footer.entry-meta,
	.singular #comments-title {
		margin: 0;
		width: 100%;
	}
	.singular .hentry {
		padding: 0;
	}
	.entry-title,
	.singular .entry-title {
		font-size: 21pt;
	}
	.entry-meta {
		font-size: 10pt;
	}
	.entry-header .comments-link {
		display: none;
	}
	.page-link {
		display: none;
	}
	.singular #author-info {
		background: none;
		border-bottom: none;
		border-top: none;
		margin: 2.2em 0 0;
		padding: 0;
	}
	#respond {
		display: none;
	}
	.widget-area {
		display: none;
	}
	#colophon {
		display: none;
	}
}
/**
404
*/
html #message-update {
	display: none;
}
html .message {
	background: url('../images/bg-golden-rule.png') bottom left repeat-x;
	padding-top: 150px;
	max-width: 360px;
	margin: 0 auto;
	z-index: 9999;
}
html .message .entry-content {
	background: url('../images/bg-golden-rule.png') top left repeat-x;
	margin: 0 !important;
	padding: 28px 14px 14px !important;
}
	html .message #site-title {
		margin: 14px 0;
	}
	html .message #site-title img {
		width: 200px;
	}
	html .message .entry-header {
		padding: 0;
	}
	html .message p {
		color: #602748;
		font-size: 18px;
		margin-bottom: 14px;
		text-align: center;
		transition: opacity 1.2s;
		-webkit-transition: opacity 1.2s;
	}
	html .message p a {
		display: inline;
	}
	html .message a {
		color: #602748;
		display: block;
		margin-bottom: 14px;
		text-align: center;
		text-decoration: underline;
	}
	html .message a:hover {
		color: #c3891c;
	}
.error404 #page #siteFooter {
	background: none;
}
/**
Touch
*/
.touch html {
	height: 100%;
	overflow: hidden;
}
.touch body {
	height:100%;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
}
.touch #page-parallax-texture,
.touch #page-parallax-texture-2,
.touch #parallax-texture,
.touch #parallax-texture-2 {
	background: none;
}
.touch #access #menu-navigation a:hover{
	color: #fff;
}
.touch #section-intro-wrapper {
	height: auto !important;
}
.touch #section-intro {
	background-attachment: scroll;
	margin-top: 0 !important;
	position: relative;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.touch #site-description,
.touch #section-intro .entry-content h3,
.touch #section-intro .entry-content p {
	opacity: 1;
}
.touch 	#access,
.touch #access.fixed {
	bottom: auto;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}
.touch #section-mobile-rotator {
	display: block;
}
.touch #section-rotator {
	display: none;
}
.touch #touch-fixed-wrapper{
	position:fixed;
	z-index:200;
}
.touch #touch-background-buffer {
	height: 1px;
	width: 100%;
	position:relative;
	z-index: 2;
}
.touch #touch-background {
	background: url('../images/bg-bokeh-tablet.jpg') center center no-repeat;
	background-size: auto 100%;
	display: block;
	min-height: 768px;
	position: fixed;
	top: auto;
	bottom: 0;
	z-index: -1;
	width: 100%;
}
.touch .entry-header {
	padding-top: 60px;
}
.touch .service-slideshow-wrapper a {
	opacity: .8;
}
.touch #siteFooter {
	padding-bottom: 20px;
}

/**
IE
*/
#ie8 #page {
	min-width: 1024px;
	background: url(../images/bg-triangle-pattern.png) -43px 0 repeat-y;
	background-attachment: fixed;
}
#ie8 #message-update-background {
	display: block;
	position: fixed;
}
#ie8 .ie-background {
	display: block;
}
#ie8 #page-parallax-texture {
	background: none;
}
#ie8 #section-intro-wrapper {
	height: auto !important;
}
	#ie8 #section-intro {
		background: none;
		position: relative;
	}
#ie8 #shrine-wrapper {
	display: none;
}
#ie8 #section-services .service-slideshow-wrapper {
	background: none;
}
#ie7 #page {
	display: none;
}
#ie7 #message-update-background {
	display: block;
}
#ie7 #message-update {
	display: block;
}

/**
No-js
*/
.no-js .banner-message{
	display: block;
}
.no-js #section-intro {
	background-attachment: scroll; 
}
.no-js #section-intro-wrapper {
	height: auto !important;
}
	.no-js #section-intro {
		position: relative;
	}
.no-js #section-rotator {
	display: none;
}
.no-js #site-description,
.no-js #section-intro .entry-content h3,
.no-js #section-intro .entry-content p{
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.no-js #loading-panel {
	display: none;
}

@media all and ( max-width: 1024px ){ 
	#access li.mobile {
		display: inline-block;
	}
	.entry-content .divider {
		padding: 28px 0;
	}
	.touch #section-intro {
		height: 732px;
	}
	.touch #section-intro .entry-content {
		bottom: 0;
	}
	.touch #touch-background {
		height: 768px;
	}
	.touch #section-services #service-slideshow-list > div .entry-content {
		padding-top: 60px;
	}
	.touch #section-services #service-slideshow-list.open {
		margin-bottom: 0;
	}
}
@media all and ( max-width: 1000px ){ 
	.touch #touch-background {
		height: 1024px;
	}
}
@media all and ( max-width: 1000px ){ 
	body{
		background: url('../images/bg-bokeh-bottom-2-mobile.png') bottom left no-repeat;
		background-size: 100% auto;
		background-attachment: scroll;
	}
	#intro-lines {
		background-attachment: scroll;
		/*background: none;*/
	}
}
@media all and ( max-width: 818px ){
	/**
	General
	*/
	#page .entry-content {
		left: auto;
		margin: 0 28px;
	}
	.desktop {
		display: none;
	}
	/**
	Intro
	*/
	#section-intro .entry-content {
		left: auto;
		margin: 0 28px;
	}
	.touch #section-intro {
		height: 946px;
	}
	/**
	Services
	*/
	.touch #section-services #service-slideshow-list.open {
		height: 710px;
	}
	#section-services .services-rule,
	#section-services-mobile .services-rule {
		margin: 0 28px;
	}
}
@media all and ( max-width: 767px ) and ( max-height: 600px ){
	/**
	General
	*/

	.entry-header {
		background: url('../images/sirin-therapeutic-thai-massage-mobile-medallion-gold.png') center 20px no-repeat;
		background-size: 30px auto;
		padding: 66px 0 18px;
	}
	.two-collumn {
		columns: 			auto auto;
		-webkit-columns: 	auto auto;
		-moz-columns: 		auto auto;
	}
	.half {
		float: none;
		padding: 0;
		width: auto;
	}
		.first-half {
			margin-bottom: 20px;
		}
	.entry-content .divider {
		padding: 0 0 28px 0;
	}
	/**
	Intro
	*/
	#medallion {
		display: none;
	}
	/**
	Services
	*/
	#section-services #service-slideshow-list > div .entry-content {
		padding: 28px 0 14px;
	}
	#section-services #service-slideshow-list.open {
		height: 580px;
		margin-bottom: 28px;
	}
	#section-services #service-thumb-list li {
		height: 300px;
	}
	#section-services .service-slideshow {
		margin: 0 28px;
	}
	/**
	Contact
	*/
	#section-contact .entry-content {
		padding-bottom: 56px;
	}
	/**
	Footer
	*/
	#siteFooter {
		padding-bottom: 28px;
	}
	/**
	404
	*/
	html .message {
		padding-top: 0;
	}
}
@media all and ( max-width: 556px ) and ( max-height: 600px ){
	.touch #touch-background {
		display: none;
	}
	html.touch {
		background: #fffaf9;
	}
	#page .entry-content {
		padding-bottom: 10px;
	}
	/**
	Header
	*/
	.touch #section-intro-wrapper,
	#section-intro-wrapper {
		border: none;
		bottom: auto;
		height: auto !important;
		min-height: 320px;
		overflow: visible;
		position: static;
		top: auto;
		width: 100%;
		z-index: 1;
	}
		.touch #section-intro,
		#section-intro {
			background: url('../images/bg-bokeh-phone.jpg') center center no-repeat;
			background-size: auto 100%;
			background-size: cover;
			border: none;
			bottom: auto;
			display: block;
			height: auto !important;
			min-height: 0;
			margin-top: 0 !important;
			left: 0;
			min-height: 320px;
			overflow: visible;
			position: static;
			width: 100%;
			z-index: 1;
		}
	#section-intro-wrapper {
		border-top: 1px solid #fff;
		display: inline-block;
	}
	#branding,
	#section-intro .entry-content {
		position: relative;
	}
	#section-rotator {
		display: none;
	}
	#section-mobile-rotator {
		display: block;
		padding-top: 2px; 
	}
		#section-mobile-rotator .flexslider{
			margin: 0;
		}
	#branding {
		margin-bottom: 28px;
	}
	#site-title {
		margin: 0;
		padding: 14px 0 7px;
	}
		#site-title img {
			width: 130px;
		}
		#site-description {
			font-size: 12px;
		}
	#section-intro .entry-content {
		bottom: auto;
		padding-bottom: 28px;
	}
		#section-intro .entry-content h3 {
			font-size: 16px;
			line-height: 18px;
		}
		#section-intro .entry-content p {
			font-size: 16px;;
			line-height: 16px;
			margin-bottom: 0;
		}
	.touch #access, 
	.touch #access.fixed,
	.home #access, 
	.home #access.fixed  {
		bottom: auto;
		position:relative;
		top: auto;
	}
	#access li.mobile.nav-home {
		display: none
	}
		#access #menu-navigation {
			font-size: 0
		}
			#access #menu-navigation li {
				border-bottom: 1px solid #e6cccd;
				width: 50%;
				box-sizing: border-box;
				-moz-box-sizing: border-box;
			}
			#access #menu-navigation li.nav-about {
				width: 100%;
			}
			#access #menu-navigation li.nav-services,
			#access #menu-navigation li.nav-scheduling {
				border-right: 1px solid #e6cccd;
			}
			#access #menu-navigation li.nav-scheduling,
			#access #menu-navigation li.nav-contact {
				border-bottom: none;
			}
	/**
	About
	*/

	#section-about {
		background: 
			url('../images/bg-bokeh-phone-top.jpg') center top no-repeat;
		background-size: 100% auto;
		position: relative;
	}
		#section-about:after {
			background: url(../images/bg-triangle-pattern.png) -43px 0 repeat-y;
			content: '';
			position: absolute;
			display: block;
			top: 0;
			width: 100%;
			height: 100%;
			z-index: -1;
		} 
			

	/**
	Services
	*/

	#section-services {
		height: 1px;
		overflow: hidden;
		visibility: hidden;
	}
	#section-services-mobile {
		display: block;
	}
		#section-services-mobile #services-accordion {
			padding-bottom: 14px;
		}
		#section-services-mobile #services-accordion li {
			height: auto;
			margin-bottom: 2px;
			min-height: 160px;
		}
		#section-services-mobile #services-accordion li a{
			display: block;
			height: auto;
			width: 100%;
			position: relative;
		}
			#section-services-mobile #services-accordion li a:before {
				background: url('../images/service-mobile-accordion-plus.png') center center no-repeat;
				content: '';
				display: block;
				height:23px;
				position: absolute;
				right:20px;
				top:20px;
				width: 23px;
			}
			#section-services-mobile #services-accordion li a.open:before {
				background: url('../images/service-mobile-accordion-minus.png') center center no-repeat;
			}
			#section-services-mobile #services-accordion a img{
				display: block;
				height: auto;
				max-width: 100%;
			}
			#section-services-mobile #services-accordion a h3 {
				bottom: 12px;
				display: block;
				font-size: 14px;
				letter-spacing: 1px;
				line-height: 19px;
				margin-left: 28px;
				max-width: 120px;
				position: absolute;
				text-transform: uppercase;
			}
			#section-services-mobile #services-accordion .entry-content {
				margin: 0;
				padding: 28px;
			}
			#section-services-mobile #services-accordion .service-mobile-slideshow {
				margin-bottom: 0;
			}
/**
Section Rates
*/
			#section-rates .entry-content {
				background: url('../images/bg-golden-rule.png') bottom left repeat-x;
			}
/**
Section Contact
*/
			#section-contact .half {
				position: static;
				z-index: 1;
			}

}
@media all and ( max-width: 350px ){ 
	.touch #touch-background {
		min-height: 480px;
		height: 480px;
	}
	#section-services #service-thumb-list li {
		height: 220px;
	}
	/**
	404
	*/
	html .message {
		margin: 0 28px;
	}
}
@media all and (orientation: portrait) { 
	.touch #touch-background {
		background-size: auto 100%;
	}
}
@media all and (orientation: landscape) {
	.touch #touch-background {
		background-size: 100% auto;
	}
}
/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

 
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;} 

/* FlexSlider Necessary Styles
*********************************/ 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {display: block;}


/* FlexSlider Default Theme
*********************************/
.flexslider {margin: 0 0 60px; background: #fff; position: relative;  zoom: 1;}
.flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .flex-viewport {max-height: 300px;}
.flexslider .slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.flex-direction-nav {*height: 0;}
.flex-direction-nav a {
	background: url(../images/bg-direction.png) no-repeat 0 0; 
	cursor: pointer; 
	display: block; 
	height: 25px; 
	margin: -12px 0 0; 
	opacity: 0; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	position: absolute; 
	text-indent: -9999px; 
	top: 50%; 
	width: 26px; 
	z-index: 10; 
	transition: 		all 1s ease;
	-webkit-transition: all 1s ease;
}
.service-slideshow-wrapper:hover a {
	opacity: .8;  
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.flex-direction-nav .flex-next {background-position: 100% 0; right: -60px; }
.flex-direction-nav .flex-prev {left: -60px;}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {opacity: 1;}
.flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.flex-control-paging li a.flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {opacity: 1; left: 14px;}
  .flex-direction-nav .flex-next {opacity: 1; right: 14px;}
}








