/*=== HEADER ===*/
#header{
	height: 0;
}
.header-wrapper{
	position: absolute;
	z-index: 10;
	width: 100%;
	height: 145px;
}
.header-wrapper .container{
   width: 1200px;
}
.logo{
	display: inline-block;
	width: 106px;
}
.logo img{
	display: block;
	width: 106px;
	transition: all 0.5s ease 0s !important;
}
.top-bar{
	height: 100%;
	position: relative;
}
.top-bar:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #574459;
  bottom:100%;
  left: 0px;
  position: absolute;
  opacity: 0;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.fixed .top-bar:after,
#inner .top-bar:after {
  bottom: 0px;
  opacity: 1;
  transition: all 0.5s ease 0s;
}
.top-bar > .cell:first-child{
	background: #3c2d3e;
}
.header-menu #nav-logo .cell:first-child{
	background: #3c2d3e;
	text-align: center;
	opacity: 1;
	transition: all 0.3s ease 0s !important;
}
.open .header-menu #nav-logo .cell:first-child {
  opacity: 0;
}
.header-menu > #nav-logo .cell:nth-child(2){
	width: 102px;
}

.header-menu > #nav-logo,
.menu {
  width: 287px;
}
.menu {
  position: fixed;
  max-height: 145px;
  top:0px;
  left: 0px;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  transition: all 0.5s ease 0s;
}

.open .menu {
  width: 102px !important;
}

.open .logo {
  width: 102px !important; 
}

.hidden .menu {
  top: -100% !important;
}

.fixed .menu,
#inner .menu {
  max-height: 94px;
}

.open .logo > img,
.fixed .logo > img {
  width: 67px !important;
  margin: 0 auto !important;
}

.nav-cell {
  background: #ebebeb;
  padding-left: 4px;
}

#nav-btn {
	display: block;
    height: 100%;
    padding-top: 62px;
    width: 100%;
    text-align: center;
    background: #ebebeb;
}
#nav-btn span {
	width: 44px;
	height: 3px;
	background-color: #3c2d3e;
	display: block;
	margin: 0 auto 8px;
}
#nav-btn:hover{
	 background: #574459;
}
#nav-btn:hover span{
	background-color: #ebebeb;
}
.top-bar .contact{
	font-family: 'Neuton Light';
	margin-right: 80px;
	padding-right: 20px;
}
.top-bar .contact li{
	display: inline-block;
	position: relative;
	padding-left: 15px;
	vertical-align: middle;
}
.top-bar .contact li a{
	font-size: 25px;
	color: #ebebeb;
}
.top-bar .contact li a:hover{
	color: #574459;
}
.top-bar .contact li a.fa-facebook{
	font-size: 23px;
}
.top-bar .contact li:last-child{
	padding-left: 22px;
}
.top-bar .contact li:last-child span{
	-webkit-transform: rotate(-90deg);
	   -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
    		transform: rotate(-90deg);
	font-size: 22px;
	margin-right: 12px;
}
.top-nav li a{
	display: block;
	font-size: 16px;
	text-transform: uppercase;
	white-space: nowrap;
	position: relative;
	color: #ffffff;
	font-family: 'Montserrat Light';
	padding: 0 8px 8px;
	border-bottom: 3px solid transparent;
}
.top-nav li.active > a,
.top-nav li:hover > a{
	border-color: #2b71a9;
}
/*=== MAIN NAVIGATION ===*/
#menu{
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 140;
	width: 100%;
	background-color: rgba(60, 45, 62, 0.96);
	color: #ffffff;
	height: 100%;
	height: 100vh;
	overflow: auto;
	visibility: hidden;
	opacity: 0;
}
.open #menu{
	visibility: visible;
	opacity: 1;
}
#menu .relative{
	overflow-y: auto;
	height: 100%;
	width: 100%;
}
#nav-close-btn {
	display: block;
	font-family: 'Neuton Bold';
	position: absolute;
	margin: 0;
	top: 105px;
	right:  130px;
	z-index: 5;
	text-transform: uppercase;
	color: rgba(235, 235, 235, 0.7);
	font-size: 48px;
}
.main-nav{
	padding: 140px 30px 80px;
}
.main-nav .logo-menu{
	display: inline-block;
	vertical-align: top;
	background: url(../images/icons/lotus-white.png) no-repeat center center;
	width: 85px;
	height: 85px;
	border: 2px solid #ebebeb;
	margin-bottom: 70px;
}
.nav-menu {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
}
.nav-menu > li{
	position: relative;
}
.nav-menu > li > a{
	display: block;
  padding: 12px 0px 20px;
	font-size: 24px;
  line-height: 28px;
	white-space: nowrap;
	text-transform: uppercase;
	letter-spacing: 5px;
  position: relative;
}
.nav-menu.hover > li > a {
  opacity: 0.2;
}
.nav-menu.hover > li:hover > a {
  opacity: 1;
}
.nav-menu > li + li {
  border-top: 2px solid #a9a9a9;
}

.nav-menu > li > a > span {
  display: inline-block;
  vertical-align: middle;
}
.nav-menu > li > a > i {
  display: none;
}
.nav-menu > li.has-child > a > i {
  display: block;
  height: 2px;
  background-color: #574459;
  top:0px;
  bottom: 0px;
  width: 100%;
  margin: auto;
  position: absolute;
  width: 0;
  transition: all 0.3s ease 0s;
}

.sub-menu{
	display: inline-block;
	padding: 5px 0;
	position: absolute;
	left: 95%;
  padding-left: 35px;
	top:0px;
/* 	min-width: 230px; */
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease 0s; 
	text-align: left;
}
.bottom .sub-menu {
  bottom: 10px;
  top: auto;
}
.nav-menu > li:hover .sub-menu {
  opacity: 1;
	visibility: visible;
}
.sub-menu li{
    display: block;
	padding-top: 10px;
}
.nav-menu .sub-menu a{
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 4px;
	color: #a684aa;
  padding-right: 6px;
  font-family: 'Neuton Light';
  white-space: nowrap;
}
body.desktop .nav-menu .sub-menu a:before{
	content: "";
	display: inline-block;
	width: 5px;
	height: 5px;
	background: rgba(235,235,235,.7);
	margin: 0 6px 1px 0;
	opacity: 0;
	visibility: hidden;
}
.nav-menu .sub-menu a:hover:before{
	opacity: 1;
	visibility: visible;
}
/*=== FIXED & INNER HEADER STYLES ===*/
#inner #header{
	height: 94px;
}
.header-wrapper{
	position: fixed !important;
	width: 100%;
	top: 0 !important;
	z-index: 999;
	border: none;
  transition: all 0.3s ease 0s;
	
}
.header-wrapper.hidden {
  top:-100% !important;
}

#inner .header-wrapper,
.fixed .header-wrapper{
	height: 94px;
}
.reset .header-wrapper{
	top: -200px;
}
.fixed .top-bar{
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transition: box-shadow 0.5s ease 0.3s; 
}
#inner .top-bar > .cell:last-child,
#inner .header-menu,{
	background: #574459;
}

#inner .logo,
.fixed .logo,
.open .logo{
	width: 67px;
}
#inner .top-bar .contact a:hover,
.fixed .top-bar .contact a:hover{
	color: #ebebeb;
}
#inner  #nav-btn,
.fixed  #nav-btn{
	padding-top: 39px;
	background: #574459;
}
#inner  #nav-btn span,
.fixed  #nav-btn span{
	background: #ebebeb;
}
/*=== TOP BANNER ===*/
.main-slider{
	height: 100%;
	min-height: 100%;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.main-slider .banners {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}
.main-slider .banners li{
    display: block;
    height: 100%;
    width: 100%;
    background-attachment: fixed;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
#inner-banner .slider-dots{
	position: absolute;
	z-index: 110;
	text-align: right;
	bottom: 90px;
    width: 100%;
}
#inner-banner .slick-dots{
	position: relative;
	bottom: 0;
}
#inner-banner .slick-dots li{
	display: inline-block;
    width: 16px;
    height: 16px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
    text-indent: 100%;
	white-space: nowrap;
    overflow: hidden;
    border: 2px solid #ffffff;
    margin-right: 10px;
}
#inner-banner .slick-dots li:last-child{
	margin-right: 0;
}
#inner-banner .slick-dots li:before,
.slick-dots li button::before{
    content: "";
}
#inner-banner .slick-dots li.slick-active{
	background: #ffffff;
}
#inner-banner .slider-arrows{
	position: absolute;
	z-index: 110;
	width: 100%;
	top: 50%;
}
#inner-banner .slick-arrow{
	width: 15px;
	height: 24px;
	transform: none;
	top: 0;
}
#inner-banner .slick-prev{
	background: url(../images/arrows/sl-arr-lt.png) left center no-repeat;
	left: 105px;
}
#inner-banner .slick-next{
	background: url(../images/arrows/sl-arr-rt.png) left center no-repeat;
	right: 105px;
}
#inner-banner .relative{
	height: 100%;
	min-height: 100%;
}
.banner > .cell > .relative{
	
}
.banner  .slick-list, .banner  .slick-track{
    height: 100%;
}
.banner  .slick-list, .banner  .slick-track{
	-webkit-transform: none !important;
	-moz-transform: none !important;
	-ms-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
}
.banner{
	min-height: 750px;
}
.banners .table.page{
	height: 100%;
}
.banner-content{
    position: absolute;
    z-index: 8;
    width: 100%;
    height: 100%;
    text-align: center;
    background: rgba(60, 45, 62, 0.5);
}
.banner-content .overlay {
  background: rgba(60, 45, 62, 0.5);
}
.banner-content .bg-banner {
  background-attachment: scroll;
  background-color: rgba(60, 45, 62, 0.5);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-content > .relative > .table > .cell{
	padding: 140px 20px 40px;
}
.banner-text{
	color: #ffffff;
	font-family: 'Neuton Light';
}
.banner-text .large-text{
	font-size: 80px;
	letter-spacing: 20px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.banner-text .large-text:after{
	content: "";
	display: block;
	height: 12px;
	width: 102px;
	background: #ebebeb;
	margin: 30px auto;
}
.banner-text p{
	font-size: 22px;
	line-height: 36px;
    max-width: 470px;
    width: 100%;
    margin: 0 auto 85px;
}
.banner-text .btn{
	min-width: 226px;
}
.sub-banner.table{
	height: 440px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	color: #ffffff;
}
.sub-banner .cell{
	background: rgba(60, 45, 62, 0.5);
}
.sub-banner .icon{
	display: inline-block;
	width: 106px;
	height: 106px;
	border: 2px solid rgba(235, 235, 235, 0.7);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 15px;
	background-image: url(/images/icons/lotus-white.png);
}
.sub-banner .ico-stones{
	background-image: url(/images/icons/stones-light.png);
}
.sub-banner .ico-body{
	background-image: url(/images/icons/stones-light.png);
}
.sub-banner .ico-face{
	background-image: url(/images/icons/face-light.png);
}
.sub-banner .ico-hands-feet{
	background-image: url(/images/icons/hand-feet-light.png);
}
.sub-banner h1:after{
	margin: 20px auto 0;
}
.sub-banner .large-text{
	font: 80px/96px 'Neuton Light';
	text-transform: uppercase;
	letter-spacing: 14px;
}
/*=== BREADCRUMBS ===*/
.breadcrumbs{
	margin-bottom: 45px;
}
.breadcrumbs li{
	display: inline-block;
	color: #08131c;
	font-size: 12px;
}
.breadcrumbs li:after{
	content: "";
	display: inline-block;
	vertical-align: baseline;
	background: url(../images/arrows/next-item.png);
	width: 5px;
	height: 9px;
	margin: 0 5px;
}
.main-content .breadcrumbs li:last-child:after{
	content: none;
}
/*=== MAIN CONTENT ===*/
#main {
  background: url(../images/layout/light-texture.jpg) repeat;
}
.main-content{
	padding: 50px 0 110px;
}
.main-content h1{
	font-size: 36px;
	line-height: 44px;
	letter-spacing: 9px;
	margin-bottom: 30px;
}
.main-content .col-left p{
	margin-bottom: 30px;
	font: 14px/24px 'Open Sans';
}
.main-content .col-left em{
	color: #3487c8;
	margin-bottom: 10px;
	display: block;
}
.main-content .col-left em + p{
	margin-bottom: 13px;
}
.main-content .col-left .btn{
	padding: 9px 30px;
}
.main-content .col-right {
	width: 425px;
	padding-left: 125px;
}
.box-toggle .content-toggle{
	display: none;
}
.box-toggle li:not(.no-content){
	cursor: pointer;
}
.box-toggle li:nth-child(2n) .head-toggle > .cell{
	background: rgba(87, 68, 89, 0.6);
	color: #ffffff;
}
.box-toggle li:nth-child(odd) .head-toggle > .cell{
  background: rgba(197, 197, 197, 0.4);
}
.box-toggle .head-toggle > .cell:first-child{
	width: 43px;
	background: none !important;
}
.box-toggle .head-toggle > .cell + .cell{
	padding: 20px 30px;
}

.box-toggle .head-toggle .cell.time-cost-info{
	width: 32%;
/* 	padding: 10px 0px; */
}
h2 + .box-toggle {
  margin-top: 24px;
}

.box-toggle .head-toggle .time,
.box-toggle .head-toggle .cost {
  text-align: right;
  padding: 5px 10px;
}

.box-toggle h4,
.box-toggle .head-toggle > .cell{
	font: 22px/30px 'Neuton Bold';
	letter-spacing: 4px;
	vertical-align: middle;
	text-transform: none !important;
}
.box-toggle .btn-toggle{
	display: block;
	width: 25px;
	height: 5px;
	background: #3c2d3e;
	position: relative;
	top: 3px;
}
.box-toggle .btn-toggle:after{
	content: "";
	display: block;
	width: 25px;
	height: 5px;
	background: #3c2d3e;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: rotate(90deg);
	   -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
         -o-transform: rotate(90deg);
    		transform: rotate(90deg);
}
.box-toggle .open-toggle .btn-toggle:after{
	-webkit-transform: rotate(180deg);
	   -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
    		transform: rotate(180deg);
}
.box-toggle .no-content .btn-toggle {
  display: none;
}
.content-toggle{
	padding: 25px 30px 25px 73px;
	font: 14px/24px 'Open Sans';
}
.main-content .col-left .content-toggle p {
  margin: 0px;
}
.main-content .col-left .content-toggle p + p {
  margin-top: 30px;
}
.box-toggle li:nth-child(even) .content-toggle p:last-child{
	margin-bottom: 0;
}
.box-toggle.no-tabs .head-toggle > .cell:first-child {
  display: none;
}
/*=== SHOPPING LIST ===*/
#add-on {
  display: block;
  width: 100%;
  max-width: 400px;
  height: auto;
  max-height: calc(100vh - 200px);
  min-height: 300px;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-40%);
  -moz-transform:    translateY(-40%);
  -ms-transform:     translateY(-40%);
  -o-transform:      translateY(-40%);
  transform:         translateY(-40%);
  margin: auto;
  right: 0px;
  z-index: 130;
  transition: right 0.4s ease 0s
}

#addon-toggle {
  font-size: 24px;
  font-family:'Neuton Regular';
  line-height: 26px;
	text-transform: uppercase;
	letter-spacing: 4px;
  color: #ffffff;
  display: block;
  -webkit-transform-origin: left top;
     -moz-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: rotate(-90deg);
     -moz-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top:300px;
  left: -80px;
  white-space: nowrap;
  background: #574459;
  padding: 27px 40px;
}

#add-on h3{
	display: inline-block;
	vertical-align: top;
	font-size: 26px;
	margin-bottom: 15px;
  padding: 38px 0 0 45px;
}

#add-on h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 9px;
  background-color: #574459;
  margin-top: 7px;
}

#add-on .addon-content {
  overflow: auto;
  min-height: 300px;
  max-height: calc(100vh - 200px);
  padding-top: 99px;
}

#add-on .addon-content header {
  position: absolute;
  z-index: 1;
  top:0px;
  left: 0px;
  width: 100%;
  width: calc(100% - 15px);
  background: #FFF;
}

body:not(.desktop) #add-on .addon-content header {
  width: 100%;
}

#add-on .menu-item:last-of-type {
  margin-bottom:18px;
}

#add-on .menu-item .cell {
  font: 20px/25px 'Neuton Bold';
	letter-spacing: 4px;
	text-transform: uppercase;
	padding: 10px 0;
}

#add-on .menu-item .cell:first-child {
  padding-left: 44px;
  width: 70%;
}

#add-on .menu-item .cell + .cell {
  padding-right: 41px;
  text-align: right;
}

#add-on .addon-content .menu-item:nth-of-type(even){
  background-color:#beb9bf;
}

#add-on h4 {
  font: 18px/24px 'Neuton Regular';
	text-align: center;
	letter-spacing: 3px;
	background: #574459;
	color: #ffffff;
	padding: 19px 20px;
  display: block;
  margin-top: 18px;
}

#add-on .contra {
  background: #3c2d3e;
	color: #ffffff;
	padding: 27px 30px 50px 23px;
}

#add-on .contra p {
  margin: 0px;
  font: 14px/20px 'Open Sans';
}

#add-on .contra p.name {
  font-size: 16px;
  line-height: 22px;
}

* > p.name:not(:first-of-type) {
  margin-top: 22px !important;
}

#add-on .contra p:not(.name) {
  font-size: 12px;
  line-height: 18px;
  font-family: 'Open Sans';
}

#add-on .contra a.downlowd-link {
  margin:14px 0 0 28px;
	font-size: 14px;
  line-height: 24px;
  font-family: 'Open Sans';
	position: relative;
	padding-left: 33px;
	display: block;
}

#add-on .contra a.downlowd-link:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	height: 22px;
	background: url(../images/icons/dwld.png) no-repeat;
	position: absolute;
	left: 0;
	top: 1px;
}

#add-on .contra p:not(.name) + p {
  margin: 26px 0px 0px 0px;
}

#add-on .contra p.name + p {
  margin: 12px 0px 0px 0px;
}

#add-on .contra ul > li:before {
  background-color: #FFF;
  top:7px;
}

#add-on .contra ul {
  margin-top: 15px;
}

#add-on .contra ul > li, #add-on .contra ul > li * {
  font-size: 12px !important;
}

#add-on .contra ul > li + li {
  margin-top: 11px;
}

#add-on .addon-close {
  font: 24px 'Neuton Bold';
	color: rgba(60, 45, 62, 0.7);
	float: right;
	padding: 16px 20px;
	display: block;
}

/*=== ABOUT SECTION ===*/
.about-wrapper{
	padding: 80px 0 ;
	background: url(../images/layout/bg-lotus.png) no-repeat #3c2d3e;
	background-size: contain;
}
.about-wrapper .cell:first-child{

	width: 255px;
	text-align: center;
	padding-left: 20px;
}
.about-wrapper .cell:last-child{
	padding: 0 60px 0 20px;
}
.about-wrapper h2{
	color: #ffffff;
	font: 20px/26px 'Neuton Regular';
	letter-spacing: 5px;
}
.about-wrapper h2:before{
	content: "";
	display: block;
	background: url(../images/icons/lotus-light.png) center center no-repeat;
	width: 106px;
	height: 106px;
	border: 2px solid rgba(235, 235, 235, 0.7);
	margin: 0 auto 20px;
}
.about-wrapper h3{
	color: #a684aa;
	font-size: 20px;
	margin-bottom: 20px;
}
.about-wrapper p{
	font: 14px/36px 'Open Sans';
	color: #ffffff;
}
.about-wrapper .more-link{
	color: #a684aa;
	border-color: #a684aa;
}
/*=== QUICK LINK SECTION ===*/
.quick-links-wrapper{
	background: url(../images/layout/light-texture.jpg) repeat;
	padding: 85px 0 186px;
}
.quick-links-wrapper .container{
	padding: 0 12px;
}
.quick-links-wrapper .cell{
	padding: 0 18px;
}
.ql-box, .right-banner{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	text-align: center;
	height: 335px;
}

.ql-box .relative, .right-banner .relative{
	height: 100%;
	background: rgba(60, 45, 62, 0.5);
}
.ql-box h3, .right-banner h3{
	font-size: 24px;
	margin-bottom: 30px;
	color: #3c2d3e;
}
.ql-text, .bnr-text{
	background: #ebebeb;
	padding-top: 35px;
	position: absolute;
	bottom: -96px;
	left: 25px;
	right: 25px;
}
body.desktop .ql-text:after {
	content: "";
	display: block;
	width: 102px;
	height: 12px;
	background: #3c2d3e;
	margin-top: 26px;
	position: absolute;
	left: 50%;
	margin-left: -51px;
	opacity: 0;
	visibility: hidden;
}
.ql-box:hover .ql-text {
	bottom: -66px;
}
.ql-box:hover .ql-text:after{
	opacity: 1;
	visibility: visible;
}
.ql-box .icon, .right-banner .icon{
	display: inline-block;
	vertical-align: top;
	width: 45px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-bottom: 15px;
}
.ql-box .ico-face{
	background-image: url(../images/icons/face-lg.png);
}
.ql-box .ico-stones{
	background-image: url(../images/icons/stones-lg.png);
}
.ql-box .ico-nail-polish{
	background-image: url(../images/icons/nail-polish-lg.png);
}
.right-banner .ico-lotus{
	background-image: url(../images/icons/lotus.png);
	width: 71px;
	height: 49px;
}
.ql-box .btn, .right-banner .btn{
	width: 100%;
	background: #3c2d3e;
	color: #ffffff;
	font-size: 18px;
}
.ql-box:hover .btn{
	background: #574459;
	border-color: #574459;
}
/*===== TESTIMONIALS =====*/
.testimonials-wrapper{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 100px 0 110px;
	color: #ffffff;
}
.testimonials-wrapper:after{
	content: "";
	background: rgba(60, 45, 62, 0.5);
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.testimonials-wrapper .container{
	padding: 0 20px;
	max-width: 810px;
	position: relative;
	z-index: 1;
}
.testimonials-wrapper h2{
	position: relative;
	padding-bottom: 40px;
	margin-bottom: 75px;
}
/*.testimonials-wrapper h2:after{
	content: "";
	display: block;
	width: 102px;
	height: 12px;
	background: #ebebeb;
	margin: 26px auto 75px;
}*/
.testimonials-wrapper h2:before{
	content: "";
	display: block;
	width: 102px;
	height: 12px;
	background: #ebebeb;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -51px;

}
#inner .testimonials-wrapper h2:after{
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 41px;
	background: url(../images/icons/lotus-light-sm.png) no-repeat;
	left: 50%;
	margin-left: -30px;
	bottom: -63px;
}
.testimonials-wrapper p{
	font: 17px/36px 'Open Sans';
}
.testimonials-wrapper .author{
	margin: 55px 0 0;	
	font-size: 16px;
}
.testimonials-wrapper .author span{
	display: block;
	letter-spacing: 4px;
	font: 22px/30px 'Neuton Light';
}
/*=== SERVICES SECTION===*/
.services-wrapper{
	background: url(../images/layout/light-texture.jpg) repeat;
	padding: 135px 0 95px;
}
.services-wrapper .cell:first-child{
	padding: 0 35px 0 20px;
}
.services-wrapper .cell:last-child{
	padding-right: 20px;
}
.services-wrapper .cell:last-child ul{
	padding-right: 65px;
}
.services-wrapper h2{
	margin-bottom: 50px;
}
.services-wrapper li{
	position: relative;
	padding-left: 65px;
}
.services-wrapper .icon{
	display: block;
	height: 45px;
	width: 50px;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
}
.ico-stones{
	background: url(../images/icons/stones.png) repeat;
}
.ico-face{
	background: url(../images/icons/face.png) repeat;
}
.ico-floating-flowers{
	background: url(../images/icons/floating-flowers.png) repeat;
}
.ico-oil{
	background: url(../images/icons/CoolSculpting.png) repeat;
	background-size: 104px;
}
.ico-closed-eye{
	background: url(../images/icons/Microneedling.png) repeat;
	background-size: 77px;
}
.ico-injections{
	background: url(../images/icons/injections_icon.png) repeat;
}
.ico-nail-polish{
	background: url(../images/icons/nail-polish.png) repeat;
}
.ico-clinical-facial {
	background: url(../images/icons/clinical_facial_icon.png) repeat;
}
.services-wrapper p{
	font-size: 18px;
	line-height: 24px;
	color: #474747;
	margin-top: 10px;
	padding-bottom: 25px;
	border-bottom: 2px solid #a9a9a9;
}
.services-wrapper li:last-child p{
	border-bottom: none;
}
.services-wrapper .btn{
	margin-top: 20px;
}
/*=== SOCIAL SECTION ===*/
.social-wrapper > .table{
	height: 480px;
}
.info-box{
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
	color: #ffffff;
}
.info-box h4{
	font: 24px/30px 'Neuton Bold';
	margin-bottom: 5px;
}
.info-box:after{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(60, 45, 62, 0.5);
}
.info-box:hover:after{
	background: rgba(60, 45, 62, 0.9);
}
.info-box .fa {
	font-size: 24px;
	width: 55px;
	height: 55px;
	line-height: 55px;
	margin-right: 12px;
	text-align: center;
	border: 2px solid rgba(235, 235, 235, 0.7);
	position: absolute;
	left: 28px;
	bottom: 27px;
	z-index: 1;
	color: #ebebeb;
}
.info-box:hover .fa{
	opacity: 0;
	visibility: hidden;
}
.info-box  .text-overlay{
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 30px 20px;
	max-width: 270px;
	width: 100%;
	overflow: hidden;
	z-index: 1;
	margin: 0 auto;
	opacity: 0;
	visibility: hidden;
}
.info-box:hover .text-overlay{
	opacity: 1;
	visibility: visible;
}
.info-box  .text-overlay p{
	font: 18px/36px 'Neuton Light';
}

.info-box .more-link{
	font: 18px/26px 'Neuton Bold';
	border-bottom: none;
}
.info-box .more-link:after{
	content: "";
	display: block;
	background: #ebebeb;
	width: 102px;
	height: 12px;
	margin: 10px auto 0;
}

.social-links,
.fb-feed {
	width: 50%;
}
.social-links {
	background-image: url(/images/layout/connect-social-background.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	padding: 80px;
	text-align: center;
	color: #fff;
	position: relative;
}
.social-links:after {
	content: "";
	background: rgba(60, 45, 62, 0.65);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.social-content {
	position: relative;
	z-index: 1;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.social-content h3 {
	font: 40px/42px 'Neuron Regular';
	margin-bottom: 20px;
}
.social-content p {
	font: 14px/24px 'Open Sans';
	margin: 0 0 30px;
}
.social-content .fa-facebook,
.social-content .fa-instagram {
	font-size: 44px;
	margin: 0 20px 0;
}
.social-content .fa-facebook:hover,
.social-content .fa-instagram:hover {
	color: #9d959e;
} 
.fb-feed {
	background-color: #9d959e;
	padding: 40px 0;
}
.fb_iframe_widget {
	display: block !important;
	margin: 0 auto;
	text-align: center;
}

/*=== FOOTER ===*/
.footer-wrapper{
	background: #3c2d3e;
	color: #ebebeb;
    height: 95px;
}
.footer-wrapper .page{
	max-width: 1100px;
}
.footer-wrapper p{
	font: 15px/20px 'Neuton Light';
	letter-spacing: 3px;
	margin-bottom: 0;
}
.footer-wrapper p span{
	margin: 0 3px;
}
.footer-wrapper a{
	white-space: nowrap;
}
.footer-wrapper .cell:first-child{
	padding-left: 85px;
}
.footer-wrapper .cell:last-child{
	width: 102px;
}
.footer-wrapper  .logos-banner .cell{
	vertical-align: top;
	text-align: center;
	width: 50% !important;
	padding: 15px 20px 55px;
}
.jbsystem{
	display: block;
	background: url(../images/icons/logo-jb-systems.png);
	width: 102px;
	height: 38px;
}

.gallery-photos {
  display: block;
  margin: 20px 0px;
  font-size: 0px;
}

.gallery-photos a {
  display: inline-block;
  padding-bottom: 34.18%;
  width: 100%;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  max-width: 915px;
}
.gallery-photos a + a {
  margin-top: 2%;
}

.gallery-photos a img {
  display:none;
}
/***********************
  Staff Styles
***********************/

#staff {
  padding-top: 25px;
}

#staff h2 {
  display: block;
  width: 100%;
  max-width: 970px;
  margin: 0 auto 20px;
  font: 22px/28px 'Neuton Regular';
  letter-spacing: 4px;
}

#staff ul + h2 {
  margin-top: 48px;
}

.staff-area + p {
  padding-top: 20px;
}

#container .staff-section {
  font-size: 0px;
  list-style: none;
  display: block;
  text-align: left;
  margin: 0px;
}

#container .staff-section > li {
  display: inline-block;
  overflow: hidden;
  padding:0 0 30.33% 0;
  position: relative;
  vertical-align: top;
  width: 30.33%;
  margin:0 0 15px 0;
  background-color: rgba(0, 0, 0, 0.1);
}

#container .staff-section > li.modal {
  cursor: pointer;
}

#container .staff-section > li:before {
  display: none;
}

#container .staff-section > li:nth-child(3n-1) {
  margin-left: 3%;
  margin-right: 3%;
}

#container .staff-section .photo-show {
  display: block;
  height: 100%;
  width: 100%;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

#container .staff-section .photo-show figcaption {
  background-color: rgba(60, 45, 62, 0.8);
  font-size: 24px;
  font-family: 'Neuton Regular';
  line-height: 24px;
  color: #FFF;
  opacity: 0;
  text-transform: uppercase;
  visibility: hidden;
  transition: all 0.4s ease 0s;
  letter-spacing: 0.06em;
}

#container .staff-section .photo-show:hover figcaption {
  opacity:1;
  visibility: visible;
}

#container .staff-section .photo-show figcaption span {
  font-size: 14px;
  line-height: 14px;
  font-family: 'Open Sans';
}

#container .staff-section .photo-show figcaption img {
  display: block;
  margin: 15px auto 0;
}

#container .staff-section .photo-show figcaption .cell {
  padding-top: 30px;
}

.staff-bio {
  background: url(/images/layout/staff-bg.png) no-repeat right bottom scroll #FFF;
  width: 100% !important;
  padding: 30px;
}

.staff-bio h2 {
  padding: 0px;
  margin-bottom: 8px;
  font: 30px/36px 'Neuton Regular';
  letter-spacing: 4px;
}

.staff-bio h3 {
  padding: 0px 0px 18px 0px;
  margin-bottom: 0px;
  font: 17px/20px 'Open Sans Bold';
}

.staff-bio > .cell {
  padding: 35px;
}

.staff-bio .staff-photo {
  width: 235px;
  padding-right: 20px;
  text-align: center;
}

.staff-bio .staff-photo p {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-size: 12px;
  line-height: 17px;
  font-family: 'LatoWebSemibold';
}

.staff-bio .staff-photo .main-photo + p {
  border-top: 1px solid #ccc;
  padding-top: 8px;
}

.staff-bio .main-photo {
  width: 100%;
  height: 271px;
  background-attachment: scroll;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border: 5px solid #353037;
  margin-bottom: 14px;
}

.staff-bio .main-photo + .button {
  margin-top: 14px;
}

.staff-bio ul {
  list-style: none;
  display: block;
  margin-bottom: 25px;
}

.staff-bio ul li {
  display: block;
  padding: 4px 0 4px 15px;
  position: relative;
  margin-left: 8px;
}

.staff-bio ul li:before {
  background-color: #3C2D3E;
  border-radius: 50%;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 6px;
}

#location-hours p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Open Sans';
  color: #3c2d3e;
  margin: 0px;
}

#location-hours h2:not(:first-child):before,
.callout:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 200px;
  height: 2px;
  background-color: rgba(150, 150, 150, 0.3);
  margin: 36px auto;
}

#location-hours .hours {
  list-style: none;
  display: block;
  margin-top: 10px;
}

#location-hours .hours > li {
  padding: 6px 0px;
}

#location-hours .hours > li .cell:first-child {
  padding-left: 10px;
}

#location-hours .hours > li .cell:not(:first-child) {
  padding-right: 10px;
}

#location-hours .hours > li:nth-child(odd) {
  background-color: rgba(197, 197, 197, 0.4);
}

#location-hours .loc-icon {
  width: 49px;
  padding-right: 20px;
}

#location-hours .loc-icon + .cell > p {
  padding-top: 0px;
}

#location-hours .loc {
  margin-top: 10px;
}

.callout {
  text-align: center;
}

.error-page img {
  margin-bottom: 30px;
  max-width: 700px;
}

/* SUBSCRIBE NEWSLETTER PAGE */
#mc_embed_signup {
	background: none !important;
}
#mc_embed_signup form {
	padding: 0px !important;
}
#mc_embed_signup .button {
	padding: 9px 30px !important;
	color: #3c2d3e !important;
	font-family: 'Neuton Regular' !important;
	text-transform: uppercase !important;
	white-space: nowrap !important;
	font-size: 20px !important;
	line-height: 26px !important;
	background: transparent !important;
	text-align: center !important;
	border: 2px solid #3c2d3e !important;
	letter-spacing: 4px !important;
	height: auto !important;
	border-radius: 0px !important;
}
#mc_embed_signup .button:hover {
	color: #fff !important;
	background: #3c2d3e !important;
	border-color: #3c2d3e !important;
}