/*
	Theme Name: Estheva Spa
	Description: Estheva Spa is a Genesis Child Theme and theme created for Estheva Spa
	Author: Estheva Spa
	Author URI: http://www.estheva.com/
 
	Version: 1.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.1.3
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ## Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* ## Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/* # Defaults
---------------------------------------------------------------------------------------------------- */
/* ## Typographical Elements
--------------------------------------------- */
body {
	background: #fff;
	color: #808180;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 30px;
	margin: 0;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #333;
	color: #fff;
}
::selection {
	background-color: #333;
	color: #fff;
}
a {
	color: #b49c71;
	text-decoration: none;
}
a:hover {
	color: #b49c71;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
p:empty{
	display: none;
}
ol, ul {
    margin: 0;
    color: #b49c71;
}
.content .entry-content ul,
.content .entry-content ol{
    padding: 0 0 0 40px;	
}
li {
	list-style-type: disc;
}
b,
strong {
	font-weight: bold;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
hr{
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	background-color: rgba(238, 231, 222, 0.71);
	height: 4px;
	border: 0;
}
/* ## Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #5b544a;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 10px;
	letter-spacing: 1px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* ## Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
.wp-caption {
	max-width: 100%;
	padding: 0;
	text-align: center;
	position: relative;
	overflow: hidden;
}
.wp-caption a{
	display: block;
}
.wp-caption.alignnone {
	float: left;
	margin: 0 0 24px
}
.wp-caption.alignleft {
	float: left;
	margin: 0 24px 24px 0
}
.wp-caption.alignright {
	float: right;
	margin: 0 0 24px 24px
}
.wp-caption.aligncenter {
	float: none;
	margin: 0 auto 24px;
}
.wp-caption img {
	border: 0 none;
	display: block;
	height: auto;
	margin: 0;
	max-width: 100%;
	padding: 0;
	width: auto;
}
.wp-caption img.wp-smiley {
	margin: 0;
}
.wp-caption p.wp-caption-text {
    color: #b39b70;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    padding-top: 10px;
    display: block;
}
img {
	height: auto;
}
.no_margin-left{
	margin-left: 0;
}
.no_margin_right{
	margin-right: 0;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* ## Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
}
.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}
.gallery img:hover {
	border: 1px solid #999;
}
/* ## Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 300;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #bfbebe;
	font-weight: 300;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #bfbebe;
	font-weight: 300;
}
button,
.button {
	background-color: #b49c71;
    border: 2px solid #c1a56c;
    color: #fdfadf;
    font-size: 20px !important;
    line-height: 31px;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
}
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.footer-widgets .button {
	background-color: #b49c71;
	color: #fff;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #766D5D;
    border-color: #827865;
    color: #fdfadf;
}
.entry-content .button:hover {
	color: #fff;
}
.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"],
.footer-widgets .button:hover {
	background-color: #fff;
	color: #333;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
/* ## Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
th {
	font-weight: 400;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Pre Loader */
body.site_loading{
	overflow: hidden;
}
.preloader {
	background: #fcfcfc;
	display: block;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: 1001;
}
.es_loader:before,
.es_loader:after,
.es_loader {
	position:fixed;
	visibility: visible;
    width: 224px;
    height: 211px;
	margin: -20px 0 0 -20px;
	background: url( "images/loader.png" ) no-repeat scroll 0 0 transparent;
	-webkit-animation: bounce 3s infinite linear;
	-moz-animation: bounce 3s infinite linear;
	-o-animation: bounce 3s infinite linear;
	-ms-animation: bounce 3s infinite linear;
	animation: bounce 3s infinite linear;
}
.es_loader {
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 10px;
    position: absolute;
    text-indent: -9999em;
    top: 35%;
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, 100% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0,-4px,0);
    transform: translate3d(0,-4px,0);
  }
}
/* ## Site Containers
--------------------------------------------- */
.site-container{
	    -webkit-backface-visibility: hidden;
	-webkit-transition: all 0.55s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.site-inner {
	background: url( "images/bg.jpg" ) no-repeat scroll 0 0 transparent;
	background-size: cover;
	background-position: center center;
	clear: both;
	padding-top: 0;
	margin: 68px auto 0;
	position: relative;
    z-index: 60;
    padding-bottom: 60px;
}
.site_bg{
	background-color: rgba(255,255,255, 0.93);
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
}
.home_nav_fixed .site-inner{
	margin-top: 74px;
}
.wrap{
	max-width: 1200px;
	margin: 0 auto;
}
.home .site-inner .wrap,
.search .site-inner .wrap,
.page-template-template_about .site-inner .wrap{
	max-width: 100%;
}
.site-container {
    position: relative;
    z-index: 999;
}
/* ## Column Widths and Positions
--------------------------------------------- */
/* ### Wrapping div for .content and .sidebar-primary */
.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 980px;
}
.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}
/* ### Content */
.content {
	float: right;
	width: 65%;
}
.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 40%;
}
.full-width-content .content {
	width: 100%;
}
.single.single-service .content article {
	margin: 0 auto;
	float: none;
	width: 100%;
}
.content-sidebar-wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
/* ### Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 33%;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.page-template-page_blog-php .sidebar-primary,
.archive.category .sidebar-primary,
.single-post .sidebar-primary{
	margin-top: 10px;
}
.page-template-page_blog-php .sidebar-primary .widgettitle,
.archive.category .sidebar-primary .widgettitle,
.single-post .sidebar-primary .widgettitle{
    border-top: 2px solid rgba(147, 140, 134, 0.2);
    border-bottom: 2px solid rgba(147, 140, 134, 0.2);
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 23px;
    padding: 27px 15px 20px;
    font-size: 22px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-template-page_blog-php .sidebar-primary .widgettitle:before,
.archive.category  .sidebar-primary .widgettitle:before,
.single-post .sidebar-primary .widgettitle:before{
	content: "";
	height: 2px;
	width: 100%;
	border-top: 2px solid rgba(212, 212, 211, 0.3);
	position: absolute;
	top: 0;
	left: 0;
}
.page-template-page_blog-php .sidebar-primary .widgettitle:after,
.archive.category .sidebar-primary .widgettitle:after,
.single-post .sidebar-primary .widgettitle:after{
	content: "";
	height: 2px;
	width: 100%;
	border-bottom: 2px solid rgba(212, 212, 211, 0.3);
	position: absolute;
	bottom: 0;
	left: 0;
}
.page-template-page_blog-php .sidebar-primary a,
.archive.category .sidebar-primary a,
.single-post .sidebar-primary a {
    color: #666666;
    font-size: 17px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-template-page_blog-php .sidebar-primary .widget_recent_entries a,
.archive.category .sidebar-primary .widget_recent_entries a,
.single-post .sidebar-primary .widget_recent_entries a {
	text-transform: none;
}
.page-template-page_blog-php .sidebar-primary .widget_recent_entries ul,
.archive.category .sidebar-primary .widget_recent_entries ul,
.single-post .sidebar-primary .widget_recent_entries ul {
	background-color: #fff;
	margin-top: -20px;
    padding: 20px 0;	
}
.page-template-page_blog-php .sidebar-primary .widget_categories ul li,
.archive.category .sidebar-primary .widget_categories ul li,
.single-post .sidebar-primary .widget_categories ul li{
	background: #fff;
    margin-bottom: 0;
    padding-bottom: 0;	
}
.page-template-page_blog-php .sidebar-primary .widget_categories ul li:nth-child( 2n + 1),
.archive.category .sidebar-primary .widget_categories ul li:nth-child( 2n + 1),
.single-post .sidebar-primary .widget_categories ul li:nth-child( 2n + 1){
	background-color: rgba(203,197,187,0.11);
}
.page-template-page_blog-php .sidebar-primary .widget_categories a,
.archive.category .sidebar-primary .widget_categories a,
.single-post .sidebar-primary .widget_categories a{
	padding: 13px 10px;
    display: block;
}
.page-template-page_blog-php .sidebar-primary ul li,
.archive.category .sidebar-primary ul li,
.single-post .sidebar-primary ul li {
	padding-left: 20px;
}
.single.single-product .sidebar .widget.widget_text{
	display: none;
}
/* ### Secondary Sidebar */
.sidebar-secondary {
	float: left;
	width: 180px;
}
.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}
.sidebar-primary ul{
	padding: 0;
}
.sidebar-primary ul li{
	border: 0;
	list-style: none;
}
.sidebar-primary a{
	color: #666666;
	font-size: 20px;
}
.sidebar-primary  a:hover {
    color: #b49c71;
}
.sidebar-primary h4.widgettitle{
	color: #cca489;
	font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 40px;	
    text-transform: uppercase;
}
/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 30px;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}
/* # Common Classes
---------------------------------------------------------------------------------------------------- */
/* ## Avatar
--------------------------------------------- */
.avatar {
	float: left;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* ## Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 0;
	padding: 10px;
}
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 16px;
	margin-bottom: 40px;
	padding: 40px;
}
.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* ## Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
	position: relative;
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
}
/* ## Titles
--------------------------------------------- */
header.entry-header {
    text-align: center;
}
.archive-title {
	font-size: 20px;
}
.single.single-post header.entry-header,
.single.single-promotions header.entry-header{
	border-top: 4px solid rgba(147, 140, 134, 0.2);
    margin-top: 40px;
}
.single.single-service header.entry-header {
	text-align: center;
	margin-bottom: 30px;
}
.entry-title {
	font-size: 32px;
    line-height: 34px;
    font-style: italic;
    font-weight: 400;
    margin-bottom: 0;
    letter-spacing: 1px;
}
header.es_blog_header {
	border-top: 4px solid rgba(147, 140, 134, 0.2);
	border-bottom: 4px solid rgba(147, 140, 134, 0.2);
    display: block;
    width: 100%;
    margin-top: 50px;
}
.page.page-template-page_blog h1.entry-title{
    border-top: 4px solid rgba(212, 212, 211, 0.3);
    color: #5b544a;
    font-size: 36px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    padding: 13px 0 8px;
    letter-spacing: 1px;
}
.archive.category  h1.entry-title{
    border-top: 4px solid rgba(212, 212, 211, 0.3);
    color: #5b544a;
    font-size: 36px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    padding: 13px 0 8px;
    letter-spacing: 1px;
}
.single-post h1.entry-title,
.single-promotions h1.entry-title{
    border-top: 4px solid rgba(212, 212, 211, 0.3);
    color: #5b544a;
    font-size: 36px;
    line-height: 37px;
    font-weight: 400;
    text-align: center;
    padding: 13px 0 8px;
    letter-spacing: 1px;
}
.page h1.entry-title{
	border: 0;
	padding: 0 0 10px;
}
.entry-title a,
.sidebar .widget-title a {
	color: #727272;
}
.content article.entry .entry-header > a{
    border-bottom: 4px solid rgba(203, 197, 187, 0.4);
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}
.content article.entry .entry-header > a img.post-image{
    display: block;
    border-bottom: 4px solid rgba(147, 140, 134, 0.4);
    margin: 0;
}
.single-post .content article.entry .entry-header > a img.post-image{
	border-top: 4px solid rgba(203, 197, 187, 0.2);
	display: inline-block;
}
.single-post .content article.entry .entry-header > a{
	border-top: 4px solid rgba(147, 140, 134, 0.2);
}
.entry-title a:hover {
	color: #b49c71;
}
.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.footer-widgets .widget-title {
	color: #fff;
}
.archive.category .blog_menu_item_class a,
.single.single-post .blog_menu_item_class a{
	color: #b49c71;
}
.archive.tax-spa_category .treatment_menu_item a,
.single.single-spa .treatment_menu_item a,
.archive.post-type-archive-spa .treatment_menu_item a{
	color: #b49c71;
}
.archive.tax-spa_category .treatment_menu_item > ul.sub-menu,
.single.single-spa .treatment_menu_item > ul.sub-menu,
.archive.post-type-archive-spa .treatment_menu_item > ul.sub-menu{
	display: block;
}
.woocommerce .nav-primary .genesis-nav-menu .boutique_menu_item > a{
	color: #b49c71;
}
.woocommerce .nav-primary .genesis-nav-menu .boutique_menu_item > ul.sub-menu{
	display: block;
}
/* ## WordPress
--------------------------------------------- */
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
a.alignnone {
	display: inline-block;
}
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
img.alignnone,
.alignnone {
	margin-bottom: 24px;
}
a.alignleft,
img.alignleft{
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright{
	margin: 0 0 24px 24px;
}
.sticky {
}
/* # Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	word-wrap: break-word;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* ## Featured Content
--------------------------------------------- */
.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}
.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}
.featured-content .entry-title {
	font-size: 20px;
}
/* ## Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* # Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	background-color: #2d2c28;
	border-bottom: 3px solid #6d6d6d;
	padding: 0;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.home_nav_fixed .site-header{
	position: fixed;
}
/* ## Title Area
--------------------------------------------- */
.title-area {
	position: relative;
}
.header-image .site-header .title-area{
	margin-top: 10px;
	float: left;
	padding: 0;
}
.home .site-title{
	display: block;
}
.site-title {
	display: none;
	font-size: 50px;
	font-weight: 400;
	line-height: 60px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.site-title a,
.site-title a:hover {
	color: #fff;
}
.header-image .site-title > a {
	float: left;
	width: 100%;
}
.site-description {
	display: none;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
}
/* ## Widget Area
--------------------------------------------- */
.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}
/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	line-height: 1;
	float: right;
	width: 100%;
	text-align: right;
	padding-left: 0;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
	float: left;
}
.nav-primary .genesis-nav-menu .highlight.menu-item > a,
.nav-primary .genesis-nav-menu .highlight.menu-item > a:hover,
.nav-primary .genesis-nav-menu .highlight.menu-item.current-menu-item > a:hover{
	background-color: #b49c71;
	color: #2d2c28;
}
.genesis-nav-menu a {
    color: #333;
    display: block;
    padding: 23px 20px;
}
.genesis-nav-menu .search_icon span{
	cursor: pointer;
    background-image: url("images/search.png");
    background-position: center;
    background-repeat: no-repeat;
    width: 50px;
    height: 65px;
    display: block;
    padding: 25px 40px;
}
.genesis-nav-menu .search_icon span.dark_icon,
.search-results .search_icon span{
	background-image: url("images/search_dark.png");
}
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #b49c71;
}
.genesis-nav-menu .sub-menu {
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px 40px;
	position: relative;
	width: auto;
	text-align: center;
}
.genesis-nav-menu .sub-menu .sub-menu {
	margin: -55px 0 0 199px;
}
.genesis-nav-menu .menu-item > .sub-menu {
	background-color: rgba(45,44,40, 0.85);
    display: none;
    left: 0;
    opacity: 1;
    width: 100%;
    margin-top: 0;
    text-align: center;
}
.genesis-nav-menu .menu-item ul.sub-menu li{
	float: none;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}
.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}
.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
.nav_search {
	background-color: rgba(45,44,40, 0.85);
    position: absolute;
    width: 100%;
    left: 0;
    padding: 30px 0;
    display: none;
}
.nav_search .search-form{
    max-width: 1200px;
    margin-top: 0;
    float: none;
    margin: 0 auto;
}
.nav-primary .genesis-nav-menu .highlight.menu-item > a,
.nav-primary .genesis-nav-menu .highlight.menu-item > a:hover,
.nav-primary .genesis-nav-menu .highlight.menu-item.current-menu-item > a:hover{
	background-color: #b49c71;
	color: #2d2c28;
	line-height: 19px;
}
.nav-primary .genesis-nav-menu .faqs.menu-item > a{
	text-transform: capitalize;
}
/* ## Site Header Navigation
--------------------------------------------- */
.site-header .sub-menu {
	padding-left: 0;
}
.site-header .sub-menu .sub-menu {
	margin-top: -56px;
}
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* ## Primary Navigation
--------------------------------------------- */
.nav-primary {
	background-color: transparent;
    z-index: 3;
    float: right;
    padding: 0;
    -webkit-transition: all 0.55s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.single-service .nav-primary.float_primary_nav{
	position: fixed;
	background-color: rgba(40,40,40,1);
	border-bottom: 2px solid #fff;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
}
.nav-primary .genesis-nav-menu a {
    color: #EEE9E3;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 19.6px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    line-height: 1;
}
.nav-primary .genesis-nav-menu .sub-menu a {
    color: #fff;
    background-color: #2d2c28;
    border: 0;
    border: 1px solid #3a3934;
    margin-left: -5px;
}
.nav-primary .genesis-nav-menu .sub-menu a:hover,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a{
    background-color: #b49c71;
    border: 1px solid #b49c71;
    color: #2d2c28;
}
.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a {
	color: #b49c71;
}
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover{
	color: #2d2c28;
}
.nav-primary .genesis-nav-menu .highlight_menu {
	border: 2px solid #b49c71;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
}
.nav-primary .genesis-nav-menu .highlight_menu  a{
	color: #b49c71;
}
.nav-primary .genesis-nav-menu .highlight_menu:hover{
	border-color: #fff;
}
.nav-primary .genesis-nav-menu .highlight_menu:hover a{
	color: #fff;
}
.home .nav-primary .genesis-nav-menu .home_menu{
	display: none;
}
.nav-primary .genesis-nav-menu .home_menu{
	text-align: left;
	float: left;
	vertical-align: middle;
	display: block;
	line-height: 70px;
}
.nav-primary .genesis-nav-menu .home_menu:before{
	color: #b49c71;
	content: "\f015";
	font-family: FontAwesome;
	font-size: 30px;
	position: absolute;
	z-index: 1;
	padding: 0px 15px;
}
.nav-primary .genesis-nav-menu .home_menu a{
	text-indent: -9999px;
	position: relative;
	z-index: 2;
}
.nav-primary.float_primary_nav .small_logo {
	display: block;
	width: 80px;
	height: 70px;
	background-size: contain;
	position: absolute;
	margin: 0 auto;
	left: 0;
	right: 0;	
}
ul.menu{
	padding-left: 0;
	list-style: none;
}
ul.menu li{
	list-style: none;
}
/* ## Secondary Navigation
--------------------------------------------- */
.nav-secondary {
	background-color: #fff;
}
/* # Content Area
---------------------------------------------------------------------------------------------------- */
/* ## Entries
--------------------------------------------- */
.entry {
	margin-bottom: 40px;
	padding: 50px 0 80px;
}
.page-template-page_blog  .content .entry,
.archive.category  .content .entry{
	padding: 40px 0 20px;
}
.content .entry {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
.single .content .entry{
    border: 0;
    padding: 0 0 20px;
    margin-bottom: 0;
}
.archive.category .content .entry,
.page-template-page_blog .content .entry,
.single-post .content .entry{
	border-bottom: 4px solid rgba(147, 140, 134, 0.3);
	border-top: 4px solid rgba(212, 212, 211, 0.3);
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #333;
	color: #ddd;
}
.page-template-page_blog-php .entry-content p,
.single .entry-content p{
    color: #766d5c;
    font-size: 19px;
    line-height: 30px;
}
.page-template-page_blog-php .entry-content p,
.archive.category .entry-content p{
	padding: 0 40px;
    line-height: 31px;
    font-size: 18px;
}
.page-template-page_blog-php .entry-content p a.more-link,
.archive.category .entry-content p a.more-link{
    margin-left: -40px;
    margin-right: -40px;
    width: 110%;
}
.content article.entry:nth-child(2) .entry-header > a{
	display: block;
}
.content article.entry .entry-header > a{
	display: none;
}
.single-post .content article.entry .entry-header > a{
	display: block;
	text-align: center;
}
/* ## Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}
.entry-header .entry-meta {
    color: #cca489;
    margin-bottom: 24px;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}
.entry-footer .entry-meta {
	border-top: 2px solid #f5f5f5;
	padding-top: 24px;
}
.entry-categories,
.entry-tags {
	display: block;
}
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}
a.more-link{
	background-color: #b49c71;
    border: 2px solid #c1a56c;
    color: #fdfadf;
    font-size: 18px !important;
    line-height: 31px;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* ## Pagination
--------------------------------------------- */
.pagination {
	clear: both;
    margin: 0;
    border-top: 4px solid rgba(203, 197, 187, 0.4);
    padding: 40px 0 0;
    position: relative;
    z-index: 1;
}
.archive.post-type-archive .pagination{
	padding-bottom: 40px;
}
.pagination ul{
	text-align: center;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li.active {
    background: #eee;
    padding: 6px 0px;
}
.archive-pagination li a {
    color: #b39b70;
    cursor: pointer;
    display: inline-block;
    font-size: 22px;
    padding: 8px 12px;
}
.es_post_social{
    display: block;
    width: 100%;
    border-top: 4px solid rgba(212, 212, 211, 0.3);
    overflow: hidden;
    padding: 0;
    border-bottom: 4px solid rgba(212, 212, 211, 0.3);
    margin-bottom: 0;
}
.es_post_social h4{
	color: #727272;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    float: left;
}
.es_post_social_container {
    display: block;
    float: right;
}
.es_post_wrap{
	 border-bottom: 4px solid rgba(147, 140, 134, 0.3);
	display: block;
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.es_post_wrap .share-filled .linkedin .share,
.es_post_wrap .share-filled .googlePlus .share,
.es_post_wrap .share-filled .facebook .share,
.es_post_wrap .share-filled .pinterest .share,
.es_post_wrap .share-filled .linkedin .share,
.es_post_wrap .share-filled .twitter .share,
.es_post_wrap .share-filled .stumbleupon .share{
    background: #b49c71;
}
.es_post_wrap .share-filled .googlePlus .count, .es_post_wrap .share-filled .googlePlus .count:hover,
.es_post_wrap .share-filled .facebook .count, .es_post_wrap .share-filled .facebook .count:hover,
.es_post_wrap .share-filled .twitter .count, .es_post_wrap .share-filled .twitter .count:hover,
.es_post_wrap .share-filled .pinterest .count, .es_post_wrap .share-filled .pinterest .count:hover,
.es_post_wrap .share-filled .linkedin .count, .es_post_wrap .share-filled .linkedin .count:hover,
.es_post_wrap .share-filled .twitter .count, .es_post_wrap .share-filled .twitter .count:hover,
.es_post_wrap .share-filled .stumbleupon .count, .es_post_wrap .share-filled .stumbleupon .count:hover {
    color: #b49c71;
    border: 1px solid #b49c71
}
.es_post_wrap .share-filled .googlePlus:hover .count,
.es_post_wrap .share-filled .facebook:hover .count,
.es_post_wrap .share-filled .twitter:hover .count,
.es_post_wrap .share-filled .pinterest:hover .count,
.es_post_wrap .share-filled .linkedin:hover .count,
.es_post_wrap .share-filled .twitter:hover .count,
.es_post_wrap .share-filled .stumbleupon:hover .count {
    background: #fff !important;
}
.single_post_nav{
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 0;
    border-bottom: 4px solid rgba(212, 212, 211, 0.3);
    margin-bottom: 60px;
}
.single_post_nav_wrap{
	border-bottom: 4px solid rgba(147, 140, 134, 0.3);
    display: block;
    width: 100%;
    overflow: hidden;
    padding: 25px 0;	
}
.es_post_nav{
	line-height: 1;
}
.es_post_nav a{
	color: #727272;
    font-family: 'Crimson Text', sans-serif;    
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 300;
    float: left;	
}
.single_nav_prev{
	float: left;
}
.single_nav_next{
	float: right;
}
/* ## Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}
.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}
.entry-comments {
	padding: 40px;
}
.comment-header {
	font-size: 16px;
}
li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 24px;
	padding: 32px;
}
.comment-list li li {
	margin-right: -32px;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.bypostauthor {
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
/* # Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	font-size: 16px;
}
.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	margin-bottom: 0;
	padding: 40px;
}
/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	background: url("images/footer.jpg") repeat 0 0 transparent;
	clear: both;
	padding-top: 40px;
	position: relative;
	z-index: 998;
}
.footer-widgets,
.footer-widgets a {
	color: #cbc5bb;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 27px;
}
.footer-widgets input {
	border: 1px solid #333;
}
.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}
.footer-widgets li {
    margin-bottom: 0;
    padding-bottom: 10px;
}
.footer-widgets .widget {
	margin-bottom: 40px;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4,
.footer-widgets-5{
	width: 17.6%;
	margin-right: 3%;
	float: left;
}
.footer-widgets-5{
	margin-right: 0;
}
.footer-widgets-5 p{
	margin-bottom: 20px;
}
.footer-widgets h4{
	color: #fef9f0;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
}
.footer-widgets h4:after{
    content: "";
    width: 94%;
    background-color: #b49c71;
    height: 2px;
    position: absolute;
    bottom: -5px;
    margin: 0 auto;
    left: 0;
}
.footer-widgets .wrap > h3{
	color: #b49b71;
        border:0;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.05em;
	text-transform: none;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
        padding: 0;
}
/* # Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background: url("images/footer.jpg") repeat 0 0 transparent;
	font-size: 14px;
	line-height: 1;
	float: left;
	padding: 20px 0 40px;
	position: relative;
	width: 100%;
	z-index: 998;
}
.footer_credits_wrap{
	color: #fff;
	max-width: 1170px;
	margin: 0 auto;
}
.footer_credits_left{
	width: 60%;
	float: left;
	text-align: left;
}
.footer_credits_right{
	width: 40%;
	float: right;
	text-align:  right;
}
.site-footer p {
	margin-bottom: 0;
}
.footer_logo {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}
.creds{
	text-align: center;
}
.footer_logo img{
	text-align: center;
}
.footer_creds{
	color: #d2c6b3;
	font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    letter-spacing: 0.03em;
}
/* # Header Feature
---------------------------------------------------------------------------------------------------- */
.home_feature_header {
    display: block;
    position: fixed;
    overflow: hidden;
    z-index: 1000;
    height: 100%;
    width: 100%;
}
.home_feature_header_wrap {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.home_fetaure_header_bg{
    background-position: center center;
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.home_fetaure_header_bg_overlay{
	background-color: rgba( 18,17,18,0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.home_feature_header_content{
	color: #fff;
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
}
.home_feature_header_logo{
	margin-bottom: 10px;
}
.home_feature_header_desc,
.home_feature_header_title{
    display: block;
    margin-bottom: 20px;
}
.home_feature_header_title h1{
    color: #EEE9E3;
    font-family: 'Crimson Text', serif;
    font-weight: 300;
    font-style: italic;
    font-size: 39px;
    line-height: 42px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
    text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.5);
}
.home_feature_header_arrow{
	cursor: pointer;
	display: block;
	background-image: url("images/arrow_down.png");
	background-size: 36px 24px;
	width: 36px;
    height: 24px;
	margin-top: 30px;
}
.home_feature_header_desc p{
	color: #EEE9E3;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
}
.home_feature_header_label{
	color: #EEE9E3;
	border: 4px solid rgba(147, 140, 134, 0.4);
	position: relative;
	padding: 18px 30px;
	text-transform: uppercase;
	font-size: 21px;
	line-height: 25.2px;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}
.home_feature_header_label:before{
	content: " ";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border: 4px solid rgba(203, 197, 187, 0.4);
}
/* Home Welcome */
.home_welcome_section {
    display: block;
    position: relative;
    overflow: hidden;
}
.home_welcome_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.89);
    z-index: 5;
}
.home_welcome_section_wrapper {
    position: relative;
    top: 0;
    left: 0;
    width: 480px;
    height: 533px;
    z-index: 9999;
    text-align: center;
    display: table;
}
.home_welcome_content_wrap {
	display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0 40px;
}
.home_welcome_section_title h2{
	color: #cca489;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
.home_welcome_section_title h2:after {
	content: "";
	width: 50px;
	background-color: #e4e4d9;
	height: 2px;
	position: absolute;
	bottom: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home_welcome_section_content{
	position: relative;
	display: block;
	margin-bottom: 24px;
}
.home_welcome_section_content h4{
    color: #666666;
    font-family: 'Crimson Text', serif;
    font-weight: 300;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.018em;
}
.home_welcome_label {
    display: block;
    position: relative;
}
.home_welcome_label a{
	color: #b49c71;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-weight: 400;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.home_welcome_section_slide{
	display: block;
	position: relative;
}
.owl-controls {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
	left: 0;
	right: 0;
	z-index: 6;
}
.owl-controls .owl-nav{
    top: 40%;
    max-width: 843px;
    position: absolute;
    width: 100%;
}
.owl-controls .owl-nav .owl-prev{
	background-image: url( 'images/arrow_left.png' );
    text-indent: -9999px;
    width: 68px;
    left: 0;
    height: 88px;
    float: left;
    margin-left: 20px;
}
.owl-controls .owl-nav .owl-next{
	background-image: url( 'images/arrow_right.png' );
    text-indent: -9999px;
    width: 68px;
    right: 0;
    height: 88px;
    float: right;
    margin-right: 20px;
}
.owl-dots {
    position: absolute;
    bottom: 30px;
    max-width: 843px;
    left: 82px;
    right: 0;
    padding-left: 30px;
}
.owl-dot {
    background-color: #c4c3b6;
    height: 20px;
    width: 20px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 8px;
}
.owl-dot.active {
    background-color: #cca489;
}
.home_welcome_section_slide .owl-carousel.owl-rtl .owl-item {
    float: right;
    left: -251px;
    width: 843px !important;
    height: 533px;
}
.owl-item.slide_current .home_welcome_overlay{
	display: none;
}
/* Carousel */
.home_welcome_section_slide .owl-carousel{
	z-index: 9996;
}
.home_promo_slider_overlay {
	background: rgba(255,255,255,0.89);
    right: -1163px;
    padding: 0 1163px 0 0;
    width: 350px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.bg_left {
    float: left;
    position: absolute;
    background-color: rgba(255,255,255,0.9);
    height: 100%;
    z-index: 9999;
    padding-left: 252px;
}
.home_promo_desc {
	width: 350px;
    display: block;
    float: right;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    left: 0;
    height: 100%;
}
.bg_right {
    float: right;
    position: relative;
    background-color: rgba(255,255,255,0.9);
    padding-right: 252px;
    height: 100%;
    z-index: 9999;
}
/* Best Sellers */
.home_best_sellers{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.home_best_sellers_wrap{
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.best_seller_column{
	display: inline-block;
	float: left;
	width: 22.86%;
	margin-left: 2.85%;
}
.best_seller_column.best_seller_header{
    border: 4px solid rgba(147, 140, 134, 0.4);
    padding: 35px;
    text-align: center;
    position: relative;
    min-height: 360px;
}
.best_seller_column.best_seller_header:before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid rgba(203, 197, 187, 0.4);
}
.best_seller_column.best_seller_header .home_bestseller_label{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 2;
}
.best_seller_column:first-child{
	margin-left: 0;
}
.best_seller_cat{
    display: block;
    width: 100%;
    line-height: 15px;
    margin-bottom: 10px;
}
.best_seller_cat a{
	color: #989797;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 15px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
span.best_seller_img {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.best_seller_item img{
    box-shadow: 1px 1px 2px #b49c71;
    display: block;
}
span.best_seller_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.2);
    display: none;
}
.best_seller_item h4{
	color: #766d5c;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	margin-bottom: 0;
}
.best_seller_item h4 a{
	color: #766d5c;
}
.home_bestseller_label{
	color: #b49c71;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.best_seller_header h4{
	color: #cca489;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.best_seller_header h2{
    color: #727272;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 30px;
}
.best_seller_header h2:after {
    content: "";
    width: 50px;
    background-color: #e4e4d9;
    height: 2px;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.best_seller_header p{
	color: #989797;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
}
/* Home Welcome */
.home_promotion_section {
    display: block;
    position: relative;
    overflow: hidden;
}
.home_promotion_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.89);
    z-index: 5;
}
.home_promotion_section_wrapper {
    position: relative;
    top: 0;
    right: 1px;
    width: 350px;
    height: 620px;
    z-index: 9999;
    text-align: center;
    display: table;
    float: right;
}
.home_promotion_content_wrap {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    padding: 0px 60px;
}
.promo_caption_wrap {
    display: block;
    position: relative;
}
.promotion_caption {
	position: relative;
    opacity: 0;
    visibility: hidden;
    display: none;
}
.promotion_caption.promo_active {
	display: block;
	opacity: 1;
	visibility: visible;
}
.home_promotion_section_title h2{
	color: #cca489;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	line-height: 40px;
	letter-spacing: 0.05em;
	font-weight: 300;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 10px;
}
.home_promotion_section_title h2:after {
	content: "";
	width: 50px;
	background-color: #e4e4d9;
	height: 2px;
	position: absolute;
	bottom: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.home_promotion_section_content{
	position: relative;
	display: block;
	margin-bottom: 24px;
}
.home_promotion_section_content h4{
    color: #666666;
    font-family: 'Crimson Text', serif;
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    letter-spacing: 0.018em;
}
.home_promotion_label {
    display: block;
    position: relative;
}
.home_promotion_label a{
	color: #b49c71;
	font-family: 'Open Sans', sans-serif;
	line-height: 25px;
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.home_promotion_section_slide{
    width: 1220px;
    height: 620px;
    margin-right: 651px;
    max-height: 650px;
    overflow: visible;
    position: relative;
}
.home_promotion_slider{
	visibility: visible;
    width: 1220px;
    margin-left: 0;
    height: 100%;
    position: relative;
}
.home_promotion_slider  .rs-carousel-item, .home_promotion_slider  .rs-carousel-mask {
    width: 1220px;
    height: 620px;
    list-style: none;
}
.home_promotion_slider  .rs-carousel-mask {
    overflow: visible;
    position: relative;
}
.home_promotion_slider .slide_image_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid rgba( 0,0,0, 0.1);
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.home_promotion_slider .rs-carousel-runner {
	overflow: hidden;
    height: 100%;
}
.home_promotion_slider .rs-carousel-item img {
    width: 100%;
    vertical-align: bottom;
}
.home_promotion_section_slide ol.rs-carousel-pagination {
	display: none;
    list-style: none;
    position: relative;
    bottom: 0;
    z-index: 2;
    padding-left: 0;
}
.promotions_dots ol.rs-carousel-pagination{
	display: inline-block;
}
.home_promotion_section_slide .rs-carousel-pagination .rs-carousel-pagination-link{
	list-style: none;
	display: inline-block;
	float: left;
}
.home_promotion_section_slide .rs-carousel-pagination .rs-carousel-pagination-link a{
	background-color: #c4c3b6;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-indent: -99999px;
}
.home_promotion_section_slide .rs-carousel-pagination .rs-carousel-pagination-link.rs-carousel-pagination-link-active  a{
    background-color: #cca489;
}
.home_promotion_slider .rs-carousel-action{
	list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.home_promotion_slider .rs-carousel-action.rs-carousel-action-prev{
    background-image: url('images/arrow_left.png');
	text-indent: -9999px;
    width: 68px;
    left: 0;
    height: 100%;
    float: left;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_promotion_slider .rs-carousel-action.rs-carousel-action-next{
	background-image: url('images/arrow_right.png');
    right: 0;
	text-indent: -9999px;
    width: 68px;
    height: 100%;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.promo_overlay{
	background-color: rgba( 0, 0, 0, 0.3 );
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 4;
    top: 0;
}
.slide_current .promo_overlay{
	display: block;
}
.promotions_dots {
	position: relative;
    display: block;
    text-align: center;
    width: 100%;
    height: 30px;
    margin-top: 20px;
}
.promo-dot {
    background-color: #c4c3b6;
	cursor: pointer;
    height: 15px;
    width: 15px;
	border-radius: 100%;
	display: inline-block;
	margin-right: 10px;
}
.promo-dot.active {
    background-color: #cca489;
}
.more_promotions_wrap {
    display: block;
    position: absolute;
    width: 100%;
    overflow: hidden;
    margin-top: 52px;
    bottom: 30px;
    left: 0;
}
.more_promotions_wrap a{
	color: #b49c71;
	font-weight: 600;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
.promotion_caption h4{
	color: #cca489;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.promotion_caption h2{
	color: #727272;
	font-weight: 400;
	font-style: italic;
	font-size: 36px;
	line-height: 34px;
	letter-spacing: 0.05em;
	position: relative;
	margin-bottom: 30px;
}
.promotion_caption h2:after {
    content: "";
    width: 50px;
    background-color: #e4e4d9;
    height: 2px;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.promotion_caption p {
    color: #989797;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0.03em;
}
.promotion_caption a.promotion_label{
    background-color: #b49c71;
    border: 1px solid #ac8b75;
    color: #fff;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.075em;
    text-transform: uppercase;
    padding: 8px 21px;
}
/* Home News*/
.home_news{
    display: block;
    position: relative;
    overflow: hidden;
    padding: 80px 0;
}
.home_news_wrap{
	max-width: 1200px;
	margin: 0 auto;
	display: block;
	overflow: hidden;
}
.home_news_column{
	display: inline-block;
	float: left;
	width: 22.86%;
	margin-left: 2.85%;
}
.home_news_column.home_news_header{
    border: 4px solid rgba(147, 140, 134, 0.4);
    padding: 40px;
    text-align: center;
    position: relative;
    min-height: 370px;
}
.home_news_column.home_news_header:before {
    content: " ";
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid rgba(203, 197, 187, 0.4);
}
.home_news_column.home_news_header .home_bestseller_label{
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
}
.home_news_column:first-child{
	margin-left: 0;
}
.home_news_date{
    display: block;
    width: 100%;
    line-height: 1;
    margin-bottom: 8px;
	color: #989797;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 25px;
	font-weight: 400;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}
span.home_news_img {
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.home_news_item img{
    box-shadow: 1px 1px 2px #b49c71;
    display: block;
}
span.home_news_overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255, 0.2);
    display: none;
}
.home_news_item h4{
	color: #766d5c;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 26px;
	line-height: 25px;
	letter-spacing: 0.01em;
	text-transform: capitalize;
	margin-bottom: 0;
}
.home_news_item h4 a{
	color: #766d5c;
}
.home_news_column.home_news_header .home_news_label {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 40px;
    z-index: 2;
}
.home_news_label{
    color: #b49c71;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    position: relative;
    z-index: 2;
}
.home_news_header h4{
	color: #cca489;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
.home_news_header h2{
	color: #727272;
    font-weight: 400;
    font-style: italic;
    font-size: 30px;
    line-height: 34px;
    letter-spacing: 0.05em;
    position: relative;
    margin-bottom: 30px;
}
.home_news_header h2:after {
    content: "";
    width: 50px;
    background-color: #e4e4d9;
    height: 2px;
    position: absolute;
    bottom: -15px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.home_news_header p{
	color: #989797;
	font-size: 18px;
	line-height: 23px;
	letter-spacing: 0.03em;
}
/* Map */
.before_footer_sections {
    display: block;
    position: relative;
    z-index: 998;
}
.before_footer_top_label {
	padding: 20px 0 25px;
	border-top: 6px solid #eee7de;
	background: url( "images/map_label_bg.jpg" ) repeat scroll 0 0 #fef9f0;
}
.before_footer_top_label h4{
	color: #766d5c;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 300;
	font-size: 24px;
	line-height: 28px;
	letter-spacing: 0.1em;
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}
.before_footer_bottom{
	display: block;
	position: relative;
}
.before_footer_left{
	background: url( "images/footer_left_bg.jpg" ) repeat scroll 0 0 transparent;
	width: 60%;
	float: left;
	padding: 40px 40px 40px 0;
	border-top: 6px solid #eee7de;
    border-bottom: 6px solid #eee7de;
    position: relative;
    z-index: 2;
}
.before_footer_right{
	background: url( "images/footer_right_bg.jpg" ) repeat scroll 0 0 transparent;
    border-bottom: 6px solid #e8e6e5;	
	width: 40%;
	float: right;
	padding: 40px 0 40px 40px;
	border-top: 6px solid #e8e6e5;
    height: 292px;
    position: relative;
    z-index: 2;
    top: 0;
}
.before_right_overlay {
    position: absolute;
    right: 0;
    height: 100%;
    width: 50%;
    background: url("images/footer_right_bg.jpg") repeat scroll 0 0 transparent;
    z-index: 1;
    border-top: 6px solid #e8e6e5;
    border-bottom: 6px solid #e8e6e5;
    top: 0;
}
.before_left_overlay {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;
    background: url("images/footer_left_bg.jpg") repeat scroll 0 0 transparent;
    z-index: 1;
    border-top: 6px solid #eee7de;
    border-bottom: 6px solid #eee7de;
}
.before_footer_left .widgettitle,
.before_footer_right .widgettitle{
	color: #666260;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 28px;
	letter-spacing: 0.05em;
}
.before_footer_left p,
.before_footer_right p{
	color: #828282;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
}
.before_footer_left .enews input[type="email"]{
	color: #828282;
	font-family: 'Crimson Text', sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	border: 2px solid #e8e8e7;
	font-style: italic;
	letter-spacing: 0.05em;
}
.before_footer_left .enews form{
	position: relative;
}
.before_footer_left .enews form input[type="submit"]{
	background-color: #b49a70;
	border: none;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	cursor: pointer;
	font-size: 20px;
	font-weight: 300;
	padding: 16px 50px;
	line-height: 31px;
	text-transform: uppercase;
	width: auto;
	position: absolute;
	right: 0;
	letter-spacing: 0.05em;
	top: 0;
}
.before_footer_left .enews form input[type="submit"]:hover{
	background-color: #766D5D;
	border-color: #827865;
}
.before_footer_right .simple-social-icons ul li a,
.before_footer_right .simple-social-icons ul li a:hover {
    background-color: transparent !important;
	font-size: 50px;
	padding: 0;
}
.before_footer_right  .simple-social-icons ul li {
    margin: 0 0 20px 30px !important;
}
.before_footer_right  .simple-social-icons ul li:first-child{
	margin-left: 0 !important;
}
/* About Page */
.inner_feature_header{
    display: block;
    position: relative;
    margin-top: 68px;
    margin-bottom: -68px;
    position: relative;
    z-index: 99;
    overflow: hidden;    
}
.inner_feature_header_wrap {
    display: block;
    position: relative;
    height: 100%;
    width: 100%;
}
.inner_fetaure_header_bg{
	background-size: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 1;
}
.inner_fetaure_header_bg_overlay{
	background-color: rgba( 18,17,18,0.3);
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: 2;
}
.slide_content_wrap{
	color: #fff;
	height: 100%;
	width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    -webkit-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -o-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -o-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    z-index: 3;
}
.about_tab_wrap {
    display: block;
    position: relative;
    overflow: hidden;
}
.about_tab{
	background: #2d2c28;
	display: block;
	text-align: center;
	position: relative;
	padding-left: 0;
	max-width: 1200px;
	margin: 0 auto;
}
.about_tab li{
    /*border: 4px solid rgba(147, 140, 134, 0.2);*/
    cursor: pointer;
    display: inline-block;
    width: 20%;
    color: #fff;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 600;
    font-size: 17px;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    text-transform: uppercase;
    padding: 18px 30px;
}
.about_tab li:first-child{
	margin-left: 0;
}
.about_tab li.active, .about_tab li:hover {
    background: #b39b70;
    color: #2d2c28;
}
.about_tab li.active a, .about_tab li:hover a {
    color: #2d2c28;
}
.about_tab li:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border: 4px solid rgba(203, 197, 187, 0.2);*/
}
.about_tab li.active{
	background: #b39b70;
	color: #2d2c28;
}
.about_wrap {
    display: block;
    overflow: hidden;
}
.about_tab_content{
	display: block;
	position: relative;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.about_tab_content .content_tab{
	display: none;
	overflow: hidden;
	position: relative;
	width: 100%;
}
.about_tab_content .content_tab.content_tab_67 .tab_content_holder a{
	color: #a98a75;
}
.about_tab_content .content_tab.active{
	display: block;
}
.tab_content_sidebar{
	width: 27%;
	float: left;
	overflow: hidden;
	padding: 40px 0 30px;
}
.tab_content_highlight {
	color: #a98a75;
    font-family: 'Crimson Text', sans-serif;
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 50px;
    font-weight: 300;
    letter-spacing: 1px;
}
.tab_content_holder{
	width: 70%;
	float: right;
	overflow: hidden;
	padding: 40px 0 40px 30px;
}
.about-widget-area ul{
	padding-left: 0;
}
.about-widget-area ul.menu li{
	padding: 10px 0;
	list-style: none;
}
.about-widget-area ul.menu li a{
	color: #808180;
    text-transform: uppercase;
}
.menu-about-menu-container {
    background-color: rgba(203,197,187, 0.1);
    padding: 10px;
    overflow: hidden;
}
.tab_extra_content {
    padding: 0;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-top: -40px;
}
.tab_extra_right {
    width: 70%;
    float: right;
    overflow: hidden;
    padding: 0 0 40px 30px;
}
.tab_extra_content .image_grid a {
    width: 31.66%;
    float: left;
    margin-right: 2.5%;
}
.tab_extra_content .image_grid a:last-child{
	margin-right: 0;
}
.tab_extra_content .image_grid a img{
	width: 100%;
	height: auto;
}
.es_press_block {
    display: block;
    position: relative;
    width: 100%;
}
.es_press_block .es_press_item{
	margin-left: 2.45%;
	margin-right: 2.45%; 
    float: left;
    width: 45.06%;
    max-width: 385px;
    display: block;
    margin-bottom: 40px;
}
.es_press_block .es_press_item img,
.es_press_block .es_press_item a{
	display: block;
}
.es_press_block .es_press_item h4{
	font-family: 'Open Sans', sans-serif
}
.es_press_block .es_press_item h4 a{
	font-family: 'Open Sans', sans-serif;	
    color: #b39b70;
    margin-bottom: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.05em;
    padding-top: 10px;
    display: block;
}
.zp_loader_container{
	display: block;
	float: left;
	width: 100%;
	overflow: hidden;
}
.zp_loader_container .load_more{
    background-color: #b49c71;
    border: 2px solid #c1a56c;
    color: #fdfadf;
    font-size: 18px !important;
    line-height: 31px;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
/* Slider Shortcode */
.es_slide_items{
	background-size: cover;
    width: 100%;
    background-position: center 41%;
}
.inner_feature_header .owl-dots {
    max-width: 100%;
    left: 0;
    right: 0;
    padding-left: 0;
    text-align: center;
}
.inner_feature_header .owl-dot {
    background-color: #c4c3b6;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    float: none;
    margin-right: 8px;
}
.inner_feature_header .owl-dot.active {
    background-color: #cca489;
}
.inner_feature_header .slide_content{
	direction: ltr;
    max-width: 900px;
    margin: 0 auto;
}
.inner_feature_header .slide_content h3{
	color: #f2efeb;
    font-family: 'Crimson Text', sans-serif;
    font-size: 32px;
    line-height: 41px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.05em;
}
.inner_feature_header .slide_label{
    border: 3px solid rgba(147, 140, 134, 0.4);
    position: relative;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    margin-top: 20px;
    letter-spacing: 2px;
}
.inner_feature_header .slide_label:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 3px solid rgba(203, 197, 187, 0.4);
}
.inner_feature_header .inner_bg_overlay {
    background-color: rgba( 18,17,18,0.3);
    height: 100%;
    width: 100%;
    position: absolute;
    z-index: 2;
}
/* Single Spa */
.single_spa_header_wrap{
    display: block;
    overflow: hidden;
    padding: 40px 0 40px;
}
.single-spa .single_spa_header_wrap{
	padding-top: 60px;
}
.single_spa_header{
	display: none;
	text-align: center;
}
.single_spa_header h2{
	color: #5d5d5d;
	font-family: 'Crimson Text', sans-serif;
	font-size: 40px;
	line-height: 42px;
	font-weight: 600;
	letter-spacing: 0;
	font-style: italic;
    margin-bottom: 30px;	
}
.single_spa_header h2 span{
	color: #cca489;
	font-style: normal;
	padding-left: 10px;
}
.single_spa_category_tab {
    display: block;
    position: relative;
    max-width: 100%;
    margin: 20px auto 0;
    width: 100%;
    overflow: hidden;
}
.single_spa_tab{
	background: #2d2c28;
	display: block;
	text-align: center;
	position: relative;
	width: 100%;
	padding-left: 0;
}
.single_spa_tab li{
 	border: 4px solid rgba(147, 140, 134, 0.2);
    cursor: pointer;
    display: inline-block;
    width: 20%;
    color: #fff;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    position: relative;
    text-transform: uppercase;
}
.single_spa_tab li:first-child{
	margin-left: 0;
}
.single_spa_tab li:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*border: 4px solid rgba(203, 197, 187, 0.2);*/
}
.single_spa_tab li.active,
.single_spa_tab li:hover{
	background: #b39b70;
}
.spa_taxonomy_page .single_spa_tab li{
	padding: 0;
} 
.single_spa_tab li a{
	color: #fff;
    display: block;
    padding: 18px 0;
    position: relative;
    z-index: 3;
}
.single_spa_tab li.active a,
.single_spa_tab li:hover a{
	color: #2d2c28;
}
.single_spa_description_wrap{
    border: 5px solid rgba(147, 140, 134, 0.4);
    position: relative;
    padding: 40px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto 40px;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.single_spa_description_content {
    position: relative;
    z-index: 2;
}
.single_spa_description_wrap:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 5px solid rgba(203, 197, 187, 0.4);
    z-index: 1;
}
.single_spa_description_content h2{
	display: block;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
}
.single_spa_content_wrap {
    display: block;
    position: relative;
    margin-bottom: 80px;
}
.spa_feature_content_wrap {
    border: 5px solid rgba(147, 140, 134, 0.4);
    position: relative;
    padding: 12px;
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    position: relative;
}
.spa_feature_content_wrap:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 5px solid rgba(203, 197, 187, 0.4);
}
.spa_feature_image{
	width: 50%;
	float: left;
	display: block;
}
.spa_feature_image img{
	display: block;
}
.spa_feature_content{
	float: right;
	width: 50%;
	display: block;
	padding: 20px 40px;
}
.spa_feature_content h2,
.spa_content h2{
	color: #cca489;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 40px;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;
}
.spa_feature_content p:empty{
	display: none;
}
.spa_feature_content p{
	color: #989797;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
}
.spa_content {
    display: block;
    position: relative;
    overflow: hidden;
    margin-top: 50px;
    padding: 0;
}
.es_treament_item{
	display: block;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
	padding: 30px 40px;
}
.spa_content .es_treament_item:nth-child( 2n + 2 ){
	background: rgba( 203, 197, 187 ,0.2 );
}
.es_treatment_header{
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    border-bottom: 2px solid rgba(179, 155, 112, 0.47);
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.es_treatment_header h3{
	color: #5d5d5d;
    font-size: 28px;
    font-style: italic;
    line-height: 30px;
    letter-spacing: 1px;
    margin-bottom: 0;
    width: auto;
    font-weight: 400;
    float: left;
}
.es_time{
	color: #ac8b75;
    font-family: 'Crimson Text', sans-serif;
    font-size: 28px;
    font-style: italic;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 2px;
    width: auto;
    float: left;
    padding-left: 15px;
    width: auto;
}
.es_book {
    display: inline-block;
    padding: 0 10px;
    font-size: 17px;
    background: #b39b70;
    color: #fff;
    margin-left: 14px;
    cursor: pointer;
    float: right;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.es_cost{
	color: #ac8b75;
    font-family: 'Crimson Text', sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 31px;
    letter-spacing: 1px;
    width: auto;
    float: right;
    width: auto;
}
.es_treatment_content{
	display: block;
	overflow: hidden;
	position: relative;
	width: 100%;	
}
.es_treatment_content strong.recommend {
    display: block;
    color: #ac8b75;
    font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-top: 10px;
}
.es_treatment_content br{
}
.spa_back{
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 100%;
	margin-top: 40px;
}
.spa_back_listing {
	padding: 10px 60px;
    background-color: #b39b70;
    color: #fff;
    display: inline-block;
    border: 1px solid #bba06b;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 31px;
    letter-spacing: 2px;
}
.spa_back_listing:hover{
	color: #fff;
}
/* Related Spa */
.spa_related_wrap {
    margin-top: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    display: block;
}
.spa_related_wrap h4{
    color: #766d5c;
    font-family: 'Crimson Text', sans-serif;
    font-size: 40px;
    font-style: italic;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0.05em;
    background-color: rgba(203,197,187,0.1);
    padding: 10px 0;
}
.related_spa {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 50px;
}
.related_spa_item{
	float: left;	
	width: 48.57%;
	border: 5px solid rgba(147, 140, 134, 0.4);
    padding: 50px;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}
.related_spa_item.related_left{
	margin-right: 2.86%;
}
.related_spa_item:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 3px;
    right: 3px;
    bottom: 3px;
    border: 5px solid rgba(203, 197, 187, 0.4);
}
.related_spa_item h4{
    color: #cca489;
    font-style: italic;
    margin-bottom: 20px;
    color: #cca489;
    font-family: 'Crimson Text', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 1px;
    text-align: center;
    font-style: italic;    
}
.related_spa_item h4 a{
	position: relative;
	display: block;
	color: inherit;
}
.related_spa_item h4:after {
    content: "";
    width: 50px;
    background-color: #e4e4d9;
    height: 2px;
    position: absolute;
    bottom: -4px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.related_spa_item p{
	color: #989797;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 28px;
}
/* Spa Taxonomy Page */
.spa_tax_content_wrap {
    display: block;
    overflow: hidden;
    width: 100%;
    margin-top: 0;
}
.taxonomy_spa_item{
	float: left;
	margin-left: 2.86%;
	width: 48.57%;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.86%;
}
.taxonomy_spa_content{
	position: relative;
    overflow: hidden;
	border: 8px solid rgba(147, 140, 134, 0.3);
    padding: 50px;
}
.taxonomy_spa_content:before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    bottom: 4px;
    border: 8px solid rgba(203, 197, 187, 0.3);
}
.taxonomy_spa_item:nth-child( 2n + 1 ){
	margin-left: 0;
}
.taxonomy_spa_image {
    display: block;
    position: relative;
    border-top: 8px solid rgba(147, 140, 134, 0.3);
    padding-top: 12px;
    -webkit-filter: grayscale(1);
filter: grayscale(1);
    -webkit-transition: all .6s ease;
    -webkit-backface-visibility: hidden;
}
.taxonomy_spa_image img{
	display: block;
}
.taxonomy_spa_image:before {
    content: " ";
    position: absolute;
    top: 3px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 8px solid rgba(203, 197, 187, 0.3);
}
.taxonomy_spa_content h4{
    color: #727272;
    font-family: 'Crimson Text', sans-serif;
    font-size: 36px;
    font-style: italic;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-top: -7px;
}
.taxonomy_spa_content p{
    font-size: 18px;
    color: #989797;
    line-height: 28px;
}
.taxonomy_spa_range {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.taxonomy_spa_range > span{
	color: #989797;
	display: block;
	width: 100%;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 1px;	
}
.taxonomy_time_range_value,
.taxonomy_price_range_value{
    color: #cca489;
    padding-left: 5px;
    font-weight: 600;
}
.taxonomy_more {
    display: block;
    position: relative;
    margin-top: 30px;
    text-align: center;
    padding-top: 30px;
    border-top: 3px solid rgba(203, 197, 187, 0.3);
}
.taxonomy_more a{
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 1px;
    color: #b39b70;
    text-transform: uppercase;
}
.taxonomy_download_pdf {
    padding: 60px 0;
    margin-bottom: 50px;
    text-align: center;
}
.taxonomy_download_pdf  a{
    color: #fdfadf;
    background: #b39b70;
    border: 1px solid #bb9e65;
    padding: 20px 40px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 31px;
}
.taxonomy_download_pdf  a:hover{
	color: #fff;
}
.tax-spa_category .home_promotions_section{
	border-bottom: 5px solid rgba(147, 140, 134, 0.4);
	margin-bottom: 0;
}
/* FAQ */
.page-template-template_faq .content .faq_wrap{
	max-width: 1140px;
	margin: 0 auto;
}
.search-form{
	overflow: hidden;
	position: relative;
	margin-top: 20px;
}
.search-form input[type="search"]{
	color: #bfbebe;
    border: 3px solid rgba(147, 140, 134, 0.4);
    position: relative;
    padding: 15px 30px;
    font-size: 23px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Crimson Text', sans-serif;
    margin-top: 0;
    letter-spacing: 1px;
    /*box-shadow: inset 0px 0px 0px 4px rgba(203, 197, 187, 0.4);
    -webkit-box-shadow: inset 0px 0px 0px 4px rgba(203, 197, 187, 0.4);
    -moz-box-shadow: inset 0px 0px 0px 4px rgba(203, 197, 187, 0.4);
    -o-box-shadow: inset 0px 0px 0px 4px rgba(203, 197, 187, 0.4);*/
}
.search-form input::-moz-placeholder,
textarea:-moz-placeholder{
	color: #bfbebe;
	font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}
.search-form ::-webkit-input-placeholder,
textarea::-webkit-input-placeholder{
	color: #bfbebe;
	font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding-top: 3px;
    line-height: 28px;
}
.search-form input[type="submit"] {
    border: 0;
    position: absolute;
    top: 0;
    right: 13px;
    background: url("images/search_dark.png") no-repeat scroll right center transparent;
    text-indent: -9999px;
    line-height: 30px;
    width: 31px;
    height: auto;
}
.search_widget_top .search-form input[type="submit"]{
    border: 0;
    position: absolute;
    top: 0;
    right: 0;
    background: url("images/search_white.png") no-repeat scroll center center #B79E72;
    text-indent: -9999px;
    line-height: 30px;
    width: 80px;
    height: 64px;
}
.faq_tab_wrap {
    display: block;
    overflow: hidden;
}
.faq_header {
    margin-top: 50px;
    text-align: center;
}
.faq_header h1 {
    color: #727272;
    font-size: 40px;
    line-height: 46px;
    letter-spacing: 1px;
    font-style: italic;
    font-weight: 400;
}
.faq_footer_label {
	color: #5d5d5d;
	font-size: 30px;
	line-height: 35px;
	letter-spacing: 0.05em;
	font-family: 'Crimson Text', sans-serif;
	font-weight: 400;
	display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    margin-bottom: 80px;
}
.faq_content_sidebar {
    width: 30%;
    float: left;
    overflow: hidden;
    padding: 0;
    margin-top: 40px;
}
.faq_content_sidebar .widget_nav_menu li {
    margin-bottom: 20px;
    display: block;
    padding-bottom: 10px;
    font-size: 20px;
    text-transform: uppercase;
}
.faq_content_sidebar .widget_nav_menu li  a{
	color: #727272;
}
.faq_content_sidebar .widget_nav_menu.faq_nav_fixed{
	position: fixed;
	top: 0;
}
.faq_content_sidebar .widget_nav_menu .widget-wrap{
	position: relative;
	z-index: 2;
}
.faq_content {
	width: 70%;
	float: right;
	overflow: hidden;
	padding: 30px 30px 30px 60px;
}
.es_faq_wrap{
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 50px;
}
.es_faq_wrap ul{
	margin: 0;
	padding: 0;
	display: block;
}
.es_faq_wrap ul li.es_faq_item{
	color: #a98a75;
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.es_faq_wrap ul li:nth-child( 2n ){
	background-color: rgba(203,197,187,0.12);
}
.es_faq_wrap p:empty{
	display: none;
}
.es_faq_wrap h3{
	color: #766d5c;
    display: block;
    width: 100%;
    overflow: hidden;
    font-family: 'Crimson Text', sans-serif;
    font-size: 22px;
    font-style: italic;
    font-weight: 400;
    line-height: 1;
    border-top: 2px solid rgba(147, 140, 134, 0.13);
    border-bottom: 2px solid rgba(147, 140, 134, 0.13);
    letter-spacing: 2px;
    margin-bottom: 30px;
    text-transform: uppercase;
    padding: 20px 0 15px;
}
.es_faq_title {
    display: block;
    overflow: hidden;
    width: 100%;
}
.es_faq_item{
	display: block;
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.es_faq_item h5{
    color: #a98a75;
    cursor: pointer;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    z-index: 2;
    padding: 15px 10px;
}
.es_faq_item.active h5{
	color: #808180;
	border-bottom: 2px solid rgba( 199, 179, 134, 0.3 );
	padding-bottom: 10px;
}
.es_faq_wrap ul li.es_faq_item.active{
	color: #808180;
}
.es_faq_content{
	display: none;
    position: relative;
    overflow: hidden;
    width: 100%;
    font-weight: 300;
    float: left;
    padding: 15px 20px;
}
.es_faq_content p{
	color: #808180;
	font-size: 18px;
	line-height: 31px;
}
/* Higlight Shortcode */
.es_highlight{
    border: 4px solid rgba(147, 140, 134, 0.4);
    padding: 35px;
    text-align: left;
    position: relative;
}
.es_highlight:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid rgba(203, 197, 187, 0.4);
}
.es_highlight h4{
	color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 26px;
    font-style: italic;
    font-weight: 300;
    line-height: 32px;
    position: relative;
    margin-bottom: 35px;
    letter-spacing: 1px;
}
.es_highlight h4:after {
    content: "";
    width: 100%;
    background-color: #e4e4d9;
    height: 1px;
    position: absolute;
    bottom: -20px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.es_highlight p{
	color: #5b544a;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    position: relative;
    z-index: 1;
    letter-spacing: 1px;
}
.es_career_template .es_highlight p{
	color: #989797;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 27px;
    position: relative;
    z-index: 1;
}
/* Career Item */
.es_career_template .sidebar .widget {
    background-color: transparent;
}
.es_career{
	display: block;
	overflow: hidden;
}
.es_career h4{
	color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 30px;
    font-style: italic;
    font-weight: 300;
    line-height: 36px;
    position: relative;
    margin-bottom: 15px;
    text-align: center;
    letter-spacing: 1px;
}
.es_career_item{
	display: block;
	overflow: hidden;
	margin-bottom: 24px;
}
.es_career_item h6{
    color: #a98a75;
    background-color: rgba(203,197,187,0.12);
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 0;
    padding: 5px 0;
}
.es_career_item_content{
	border: 2px solid rgba(147, 140, 134, 0.4);
    color: #766d5c;
    font-family: 'Crimson Text', sans-serif;
    font-size: 18px;
    font-weight: 300;
    background-color: rgba(203,197,187,0.12);
    line-height: 24px;
    padding: 20px;
    letter-spacing: 1px;
    position: relative;
}
.es_career_item_content:before{
    content: " ";
    position: absolute;
    z-index: 1;
    top: 2px;
    left: 3px;
    right: 2px;
    bottom: 2px;
    border: 2px solid rgba(203, 197, 187, 0.4);
}
.es_career_template .es_upload_box{
    background: url("images/cross.png") no-repeat scroll 0 0 transparent;
    position: relative;
    background-position: 98% center;
    background-size: 20px;
    padding: 6px 0 !important;
}
.es_form_upload_button .ginput_container input[type="file"]{
	position: absolute;
	opacity: 0;
	z-index: 1;
}
/* Gravity Form */
.gform_wrapper h3.gform_title{
	color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 39px;
    position: relative;
    text-align: center;
}
.gform_wrapper h3.gform_title:after {
	content: "";
	width: 30%;
	background-color: #e4e4d9;
	height: 1px;
	position: absolute;
	bottom: -10px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.gform_wrapper span.gform_description {
	color: #a98a75;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 26px;
    text-align: center;
    width: 100%;
    display: block;
    padding-top: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.gform_wrapper .top_label .gfield_label{
	margin: 0 !important;
	color: #766d5c;
	font-weight: 300 !important;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 31px; 
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium,
.gform_wrapper .top_label input.small, .gform_wrapper .top_label select.small,
.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large,
.gform_wrapper textarea.medium, .gform_wrapper textarea.large, .gform_wrapper textarea.small {
    border: 3px solid #e8e8e7;
}
.gform_wrapper .gfield input[type="text"],
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
    color: #bfbebe;
    border: 3px solid #e8e8e7 !important;
    position: relative;
    padding: 5px 5px;
    font-size: 24px;
    line-height: 28px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Crimson Text', sans-serif;
    margin-top: 0;
}
.gform_wrapper ul li.gfield {
    margin-bottom: 25px;
}
.gform_wrapper select::-moz-placeholder {
	color: #bfbebe;
	font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 28px;
}
.gform_wrapper ::-webkit-select-placeholder{
	color: #bfbebe;
	font-family: 'Crimson Text', sans-serif;
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    padding-top: 3px;
    line-height: 28px;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit]{
	background-color: #b49c71;
	border: 2px solid #c1a56c;
	color: #fdfadf;
	font-size: 20px !important;
	line-height: 31px;
	width: 100%;
	white-space: normal;
}
.gform_wrapper .gform_footer input.button:hover,
.gform_wrapper .gform_footer input[type=submit]:hover{
	background-color: #766D5D;
	border-color: #827865;
}
.entry-content .gform_wrapper .top_label input.medium,
.entry-content .gform_wrapper .top_label select.medium {
    width: 100%;
}
.entry-content .gform_wrapper .top_label input.medium,
.entry-content .gform_wrapper .top_label select.medium,
.entry-content .gform_wrapper textarea.medium,
.entry-content .gform_wrapper .top_label input.large,
.entry-content .gform_wrapper .top_label select.large,
.entry-content .gform_wrapper textarea.large {
    width: 100%;
}
.entry-content .gform_wrapper {
	margin: 0;
    max-width: 100%;
}
.entry-content .gform_wrapper form {
    text-align: left;
    background-color: rgba(203,197,187,0.12);
    padding: 20px;
    width: 100%;
    overflow: hidden;
}
.entry-content .gform_wrapper h3.gform_title{
	margin-top: 0;
}
.entry-content .gform_wrapper .top_label select.gfield_select,
.es_booking_template .gform_wrapper .top_label select.gfield_select{
    -webkit-appearance: none;
    appearance: none;
    background: url("images/arrow.png") no-repeat scroll 0 0 transparent;
    position: relative;
    background-position: 98% center;
    background-size: 14px;
}
/* Button Shortcode */
.es_button,
.sidebar .es_button{
    background-color: #b49c71;
    border: 2px solid #c1a56c;
    color: #fdfadf;
    font-size: 18px !important;
    line-height: 31px;
    width: 100%;
    padding: 10px;
    display: block;
    text-align: center;
    margin-top: 20px;
	text-transform: uppercase;
    letter-spacing: 2px;    
}  
.es_button:hover,
.sidebar .es_button:hover{
	background-color: #766D5D;
	border-color: #827865;
	color: #fdfadf;
}
.contact_page_class .sidebar .es_button,
.gform_wrapper .gform_footer input.button{
    font-size: 18px !important;	
	text-transform: uppercase;
	letter-spacing: 2px;
}
.contact_page_class .sidebar .es_button{
    font-size: 18px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 10px;
}
.contact_page_class .gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area,
.es_career_template .gform_wrapper.gf_browser_chrome .gform_body ul.gform_fields li.gfield .ginput_container #recaptcha_widget_div #recaptcha_area{
	background: #fff;
	width: 66% !important;
}
.contact_page_class .gform_wrapper .gform_footer,
.es_career_template .gform_wrapper .gform_footer{
	padding: 0;
}
.es_career_template  .gform_wrapper h3.gform_title {
    font-weight: 300;
    font-size: 1.35em;
    letter-spacing: 2px !important;
}
.recaptchatable a, .contact_page_class .recaptchatable a:hover{
    color: #b49c71 !important;
    font-size: 12px;
}
.contact_page_class .gform_wrapper .recaptchatable #recaptcha_response_field,
.es_career_template .gform_wrapper .recaptchatable #recaptcha_response_field {
    font-size: 20px;
    background-color: rgba(255,255,255,0.3);    
}
.contact_page_class  #recaptcha_widget_div {
  
}
.contact_page_class  .gform_wrapper {
    margin-top: 25px;
}
.gform_wrapper ul li.gfield.contact_captcha{
	background-color: rgba(203,197,187,0.12);
    padding: 20px;
}
.gform_wrapper ul li.gfield.contact_captcha .gfield_label{
    margin-bottom: 20px !important;
}
.gform_wrapper .top_label .gfield_label {
    letter-spacing: 2px;
}
.gform_wrapper .top_label select.gfield_select{
	background-color: #fff !important;
}
/* Search Page */
.search-no-results .es_search_no_post,
.search_results{
    max-width: 1140px;
    margin: 0 auto;
    padding: 50px 0;
}
.search-no-results .es_search_no_post p,
.es_search_result p{
	color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 32px;
    font-weight: 300;
    font-style: italic;
    line-height: 30px;
	margin-bottom: 0;
}
.search-no-results .es_search_no_post p span,
.es_search_result p span{
	color: #b49c71;
	font-style: normal;
}
.search_widget_top,
.search_widget_bottom{
	display: block;
	overflow: hidden;
}
.search_widget_top .search_widget_wrap,
.search_widget_bottom .search_widget_wrap{
	max-width: 1140px;
	margin: 0 auto;
	padding: 40px 0;	
}
.search_widget_top{
	background-color: rgba( 204, 198, 188, 0.3 );
	width: 100%;
	display: block;
	overflow: hidden;
}
.search_widget_bottom{
	background-color: rgba( 147, 141, 135, 0.25 );
	width: 100%;
	display: block;
	overflow: hidden;
}
.search_widget_top h4,
.search_widget_bottom h4{
	color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 30px;
    font-weight: 400;
    font-style: normal;
    line-height: 30px;
	letter-spacing: 1px;    
}
.es_search_result {
    margin-bottom: 40px;
}
.search_widget_bottom .es_button{
    width: 33.33%;
    display: inline-block;
    text-transform: uppercase;
    margin-right: -2px;
    margin-top: 0;    
}
.search_results_wrap{
	border: 4px solid rgba(147, 140, 134, 0.4);
	padding: 0 0 20px;
	text-align: left;
	position: relative;
}
.search_results_wrap .pagination{
	padding: 20px 0 10px;
}
.search_results_wrap p{
	margin-bottom: 0;
}
.search_results_wrap:before {
    content: " ";
    position: absolute;
    z-index: 1;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    border: 4px solid rgba(203, 197, 187, 0.4);
    z-index: 1;
}
.content .search_results_wrap .entry:first-child{
	border-top: 0;
}
.content .search_results_wrap .entry{
    border-top: 4px solid rgba(203, 197, 187, 0.2);
    padding: 18px 30px;
    position: relative;
    z-index: 3;
    margin-left: 4px;
    margin-right: 4px;
}
.search_entry_title{
    font-family: 'Crimson Text', sans-serif;
    font-size: 26px;
    font-weight: 300;
    line-height: 30px;
    margin-bottom: 0;	
}
.search_entry_title a{
	color: #bb967d;
}
.content .search_results_wrap .entry p{
	color: #766d5c;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    margin-top: 10px;
}
/* Booking Template */
.es_booking_template header.entry-header h1.entry-title{
	text-align: left;
	font-weight: 700;
}
.es_booking_template #field_3_1.gfield,
.es_booking_template #field_3_2.gfield,
.es_booking_template #field_3_3.gfield,
.es_booking_template #field_3_4.gfield{
	clear: none !important;
	float: left;
}
.es_booking_template .gfield input[type="text"],
.es_booking_template .gfield select,
.es_booking_template .gfield textarea{
	color: #bfbebe;
	border: 3px solid #e8e8e7  !important;
	position: relative;
	padding: 5px 5px;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	font-weight: 400;
	font-family: 'Crimson Text', sans-serif;
	margin-top: 0;
}
.es_booking_template .gfield input[type="text"]{
	padding: 15px 5px;
}
.es_booking_template #field_3_1.gfield{
	width: 18%;
    margin-right: 2%;
}
.es_booking_template #field_3_2.gfield{
	width: 20%;
    margin-right: 2%;
}
.es_booking_template #field_3_3.gfield{
    width: 17%;
    margin-right: 2%;
}
.es_booking_template #field_3_4.gfield {
    width: 39%;
    float: right;
}
.es_booking_template #field_3_2.gfield .gfield_time_hour label,
.es_booking_template #field_3_2.gfield .gfield_time_minute label,
.es_booking_template #field_3_2.gfield .gfield_time_ampm label{
	display: none;
}
.es_booking_template #field_3_2.gfield .gfield_time_hour,
.es_booking_template #field_3_2.gfield .gfield_time_minute{
	width: 60px !important;
}
.es_booking_template #field_3_2.gfield .gfield_time_hour input,
.es_booking_template #field_3_2.gfield .gfield_time_minute input{
	width: 80% !important;
}
.es_booking_template #field_3_2.gfield .gfield_time_ampm{
	width: 70px !important;
}
body .es_booking_template .gform_wrapper .gfield .gfield_time_ampm select,
.es_booking_template .gfield .gfield_date_dropdown_year select,
.es_booking_template .gfield .gfield_date_dropdown_day select,
.es_booking_template .gfield .gfield_date_dropdown_month select{
	width: 100% !important;
	-webkit-appearance: none;
    background: url("images/arrow.png") no-repeat scroll 0 #fff;
    position: relative;
    background-position: 90% center;
    background-size: 10px;
    padding: 5px 6px;
}
.es_booking_template #field_3_4.gfield select{
	padding: 5px 8px;
}
.es_booking_template .gform_wrapper .gfield_time_hour i{
	float: none;
}
.es_booking_template #field_3_3.gfield input,
.es_booking_template #field_3_4.gfield select{
	width: 100% !important;
}
.es_booking_template .gfield .clear-multi {
    margin-top: 0 !important;
}
.es_booking_template .gform_wrapper .gsection {
    border-bottom: 2px solid rgba(193, 165, 108, 0.43);
}
.es_booking_template  .gform_wrapper .top_label .gfield_label{
	display: none;
}
.es_booking_template #field_3_12.gfield{
    float: left;
    width: 17%;
    clear: none !important;
    display: block;
}
.es_booking_template .gform_wrapper .top_label li.gfield.gf_left_third,
.es_booking_template .gform_wrapper .top_label li.gfield.gf_middle_third,
.es_booking_template .gform_wrapper .top_label li.gfield.gf_right_third{
    width: 28.9%;
    display: block;
    margin-bottom: 20px;
}
.es_booking_template .gform_wrapper .top_label li.gfield.gf_left_half{
    float: left;
    width: 29%;
    display: block;
    left: 34.5%;
    top: -351px;
    position: relative;
}
.es_booking_template .gform_wrapper .top_label li.gfield.gf_left_third.es_name_field {
    margin-top: 35px;
}
.es_booking_template .gform_wrapper .top_label li.gfield.gf_right_half{
    float: left;
    left: 66%;
    width: 34%;
    position: relative;
    top: -732px;
    max-width: 100%;
}
.es_booking_template .gform_wrapper form{
    height: 700px;
    overflow: hidden;
}
.es_booking_template.es_booking_page .gform_wrapper form {
    height: 770px;
}
.es_booking_template .gform_wrapper .gform_footer {
    padding: 0;
    margin: -85px 0 0;
    clear: both;
    display: inline-block;
    float: right;
    width: 34.2%;
    top: -665px;
    position: relative;
}
.es_booking_template  .gform_wrapper h3 {
	font-weight: 400;
    color: #5b544a;
    font-family: 'Crimson Text', sans-serif;
    font-size: 30px;
    font-style: italic;
    line-height: 30px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 15px;
}
.es_booking_template  .gform_wrapper h3:after {
	content: "";
	width: 100%;
	background-color: rgba(193, 165, 108, 0.43);
	height: 2px;
	position: absolute;
	bottom: -4px;
	margin: 0 auto;
	left: 0;
	right: 0;
}
.es_booking_template .gform_wrapper .gfield.gfield_html p,
.es_booking_template .gform_wrapper .gfield label{
    font-weight: 400;
    color: #5b544a;
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
}
.es_booking_template .gform_wrapper .top_label li.gfield.gf_left_half textarea,
.es_booking_template .gform_wrapper .top_label li.gfield.gf_right_half textarea {
    height: 345px;
    width: 98%;
    padding: 10px 15px;
}
.es_booking_template .gform_wrapper .datepicker {
    width: 100% !important;
}
.es_booking_template .gfield.book_checkboxes .gfield_checkbox li label{
	margin-bottom: 0;
}
.es_dropdown_booking{
	border-bottom: 5px solid #e4e4d9;
	position: fixed;
    overflow: hidden;
    z-index: 999;
    background: url( "images/footer_left_bg.jpg" ) repeat scroll 0 0 transparent;;
    margin-top: 65px;
    padding: 50px 0;
    width: 100%;
    height: auto;
}
.es_booking_wrap{
	max-width: 1200px;
	margin: 0 auto;
} 
.es_dropdown_booking .booking_title{
	text-align: left;
	font-weight: 700;
	border: 0;
	padding: 0 0 10px;
	font-size: 34px;
	line-height: 34px;
	font-style: italic;    
}
.es_booking_template .gform_wrapper .gform_footer input[type=submit]{
    text-transform: uppercase;
    margin-top: 0;    
}
/* Voucher */
.es_voucher_wrap {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    width: 100%;
}
.es_voucher_header {
	background-color: rgba( 203, 197, 187, 0.3 );
    display: block;
    width: 100%;
    position: relative;
    padding: 18px 30px;
    overflow: hidden;
}
.es_voucher_content {
    background-color: rgba( 203, 197, 187, 0.12 );
    display: none;
    padding: 0;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.es_voucher_content p{
    color: #727272;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.es_header_title h4{
	color: #605a50;
    font-family: 'Crimson Text', sans-serif;
    font-size: 23px;
    font-weight: 600;
    line-height: 33px;
    margin-bottom: 0;
    letter-spacing: 1px;
    width: 100%;
}
.es_header_title > span{
	display: block;
    font-weight: 300;
    color: #776e62;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 28px;
    width: 100%;
    letter-spacing: 1px;
    font-style: italic;
}
.es_voucher_toggle {
	display: block;
	color: #ac8b75;
    position: absolute;
    right: 30px;
    top: 35px;
    font-size: 18px;
    line-height: 31px;
    cursor: pointer;
}
.es_toggle_hide{
	display: none;
}
.es_voucher_content .woocommerce  .add_to_cart_button,
.es_voucher_content .woocommerce  .amount,
.es_voucher_content .woocommerce  .qty {
    float: left;
    margin-top: 0;
    text-align: center;
}
.es_voucher_content p.product.woocommerce.add_to_cart_inline {
    padding: 0;
    margin-bottom: 0;
}
.es_voucher_shortcode p.product.woocommerce.add_to_cart_inline  a{
	margin-top: 0;
}
.es_voucher_content .woocommerce .qty{
	color: #766d5c;
	font-family: 'Crimson Text', sans-serif;
	max-width: 15% !important;
	line-height: 24px;
}
.es_voucher_content a.button.add_to_cart_button{
	line-height: 34px;
    width: 60%;
}
.es_voucher_content .woocommerce .amount{
	color: #766d5c;
    font-size: 20px;
    padding: 12px;
    border: 1px solid #ddd;
    background-color: #fff;
    font-family: 'Crimson Text', sans-serif;
    line-height: 33px;
    margin-right: -1px;
    width: 25%;
}
.es_voucher_content .es_voucher_shortcode span{
	color: #727272;
    text-transform: uppercase;
    font-size: 18px;
}
.es_voucher_shortcode {
    padding: 20px 30px;
    background-color: #e1ded7;
    font-size: 18px;
    font-weight: 300;
    line-height: 34px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.woocommerce .cart div.gcp{
	margin-top: 20px;
}
.woocommerce .cart input.gcp{
	color: #766d5c;
    font-family: 'Crimson Text', sans-serif;
    line-height: 24px;
    padding: 16px;
    font-size: 24px;
    display: block;
    overflow: hidden;
    position: relative;
    height: auto;
    margin-top: 15px;
}
.gift-certificate .gift_cert_field_wrapper{
	background-color: rgba(203,197,187,0.12) ;
	overflow: hidden;
}
.post-type-archive-product .genesis-nav-menu li.product_menu_item > a,
.single-product  .genesis-nav-menu li.product_menu_item > a{
    background-color: #b49c71;
    border: 1px solid #b49c71;
    color: #2d2c28;
}
/*Social*/
.es_social_links{
    list-style: none;
    display: inline-block;
    padding: 0;
    margin-top: 10px;
}
.es_social_links li{
    list-style: none;
    display: inline-block;
    padding-right: 20px;
}
.es_social_links li a{
	font-size: 45px;
}
/*New Slider */
.home_welcome_section_wrap {
    max-width: 1200px;
    margin: 0 auto;
}
.home_welcome_section_slide{
    width: 720px;
    height: 500px;
    margin-left: 480px;
    max-height: 586px;
    overflow: visible;
    position: relative;
}
.home_welcome_slider{
	visibility: visible;
	width: 720px;
    margin-left: 0;
    height: 100%;	
    position: relative;
}
.home_welcome_slider ul.rs-carousel-runner,
.home_welcome_slider ul.rs-carousel-runner li{
	list-style: none;
}
.home_slider_overlay{
	background: rgba(255,255,255,0.89);
    left: -1198px;
    padding: 0 35px 0 1163px;
    width: 480px;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
}
.home_slider_desc{
	width: 480px;
    margin: 0 auto;
    display: block;
    float: right;
    height: 100%;
    top: 0;
    position: absolute;
    right: 0;
    height: 100%;
}
.home_slider_bg_right{
    position: absolute;
    background: rgba(255,255,255, 0.89);
    margin-left: 720px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home_welcome_slider .rs-carousel-mask {
    overflow: visible;
    position: relative;
}
.home_welcome_slider .rs-carousel-item,
.home_welcome_slider .rs-carousel-mask {
    width: 720px;
    height: 500px;
}
.home_welcome_slider .slide_image_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    border: 2px solid rgba( 0,0,0, 0.1);
    overflow: visible;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.home_welcome_slider .rs-carousel-runner {
	overflow: hidden;
    height: 100%;
}
.rs-carousel-horizontal .rs-carousel-item{
	height: 100%;
	position: relative;
}
.home_welcome_slider .rs-carousel-item img {
    width: 100%;
    vertical-align: bottom;
}
.home_welcome_slider ol.rs-carousel-pagination {
    list-style: none;
    position: absolute;
    bottom: 30px;
    z-index: 2;
    padding-left: 30px;
}
.home_welcome_slider .rs-carousel-pagination .rs-carousel-pagination-link{
	list-style: none;
	display: inline-block;
	float: left;
}
.home_welcome_slider .rs-carousel-pagination .rs-carousel-pagination-link a{
	background-color: #c4c3b6;
    height: 15px;
    width: 15px;
    border-radius: 100%;
    display: inline-block;
    float: left;
    margin-right: 8px;
    text-indent: -99999px;
}
.home_welcome_slider .rs-carousel-pagination .rs-carousel-pagination-link.rs-carousel-pagination-link-active  a{
    background-color: #cca489;
}
.home_welcome_slider .rs-carousel-action{
	list-style: none;
    position: absolute;
    top: 0;
    width: 100%;
}
.home_welcome_slider .rs-carousel-action.rs-carousel-action-prev{
    background-image: url('images/arrow_left.png');
	text-indent: -9999px;
    width: 68px;
    left: 0;
    height: 100%;
    float: left;
    margin-left: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
.home_welcome_slider .rs-carousel-action.rs-carousel-action-next{
	background-image: url('images/arrow_right.png');
    right: 0;
	text-indent: -9999px;
    width: 68px;
    height: 100%;
    float: left;
    margin-right: 20px;
    background-repeat: no-repeat;
    background-position: center center;
}
/* Sidebar Block */
.es_sidebar_block {
	background: rgba( 203, 197, 187, 0.12 );
    display: block;
    position: relative;
    padding: 20px;
}
.es_sidebar_block.white{
	background: #fff;
}
.es_sidebar_block h4{
	font-family: 'Open Sans', sans-serif;
    color: #cca489;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 18px;
    line-height: 31px;
    font-weight: 300;
    border-bottom: 3px solid rgba( 147, 140, 134, 0.2 );
    margin-bottom: 0;
    padding-bottom: 8px;
    margin-bottom: 1px;
}
.es_sidebar_block h4 a{
     color: inherit;
    font-size: inherit;
 }
.es_sidebar_block p{
	color: #727272;
    border-top: 3px solid rgba( 212, 212, 211, 0.2 );
    font-family: 'Crimson Text', sans-serif;
    font-size: 20px;
    line-height: 28px;
    padding: 10px 0;
}
/* File Input Box */
#field_1_5 input[type="file" i]::-webkit-file-upload-button{
	opacity: 0 !important;
}
/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
          transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
          transition-property:         transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
     -moz-transition-duration: 0s;
          transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* Spa Package */
.spa_left,
.related_left{
	clear: left;
	float: left;
}
.spa_right,
.related_right{
	clear: right;
	float: right;
}
div#ui-datepicker-div{
display: none;
}

.tiled-gallery .tiled-gallery-item img, .tiled-gallery .tiled-gallery-item img:hover{
height: auto !important;
}
.jp-carousel-info{
	display: none !important;
}

.pricelist_page table td h2,
.pricelist_page table td h3,
.pricelist_page table td h4,
.pricelist_page table td h5,
.pricelist_page table td h6{
	margin-bottom: 0;
}
.pricelist_page table td:first-child{
    width: 50%;
    padding-right: 3%;
}