@import url('https://fonts.googleapis.com/css2?family=Coustard&display=swap');

:root {
    --bg-main: #000;
    --bg-color: #B38A5F;
    --bg-hover: #707070;
}

body {
    margin: 0 auto;
    color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 17px;
	line-height: 25px;
	background-color: #ffffff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
strong {
    /*font-family: 'Recoleta-Bold', serif;*/
    font-weight: 500;
    font-family: 'Helvetica Neue LT', sans-serif;
}

/* Typography
----------------------------------------------------------------------------------------------------*/

a {
	color: var(--bg-color);
	text-decoration: none;
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 17px;
	line-height: 28px;
}
a:hover {
    color: var(--bg-hover);
}
a img {
	border: 0;
}
p {
	color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	margin: 0;
}
ul {
	color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 17px;
	line-height: 28px;
	font-weight: 300;
	margin: 0;
}
h1, h1 a, .title1, .title1 a {
	color: var(--bg-main);
	font-family: 'Recoleta-Bold', serif;
	font-size: 55px;
	line-height: 60px;
	margin-bottom: 5px;
	letter-spacing: 5px;
}
h2, h2 a, .title2, .title2 a {
	color: var(--bg-main);
	font-family: 'Recoleta-Bold', serif;
	font-size: 30px;
	line-height: 35px;
	margin: 0 0 10px 0;
	letter-spacing: 2px;
	
}
h3, h3 a, .title3, .title3 a {
	color: var(--bg-main);
	font-family: 'Recoleta-Regular', serif;
	font-size: 24px;
	line-height: 30px;
	font-weight: 400;
	margin: 0 0 10px 0;
}
h4, h4 a, .title4, .title4 a {
	color: var(--bg-main);
	font-family: 'Recoleta-Regular', serif;
	font-size: 28px;
	line-height: 28px;
	font-weight: 400;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: var(--bg-main);
	font-family: 'Recoleta-Regular', serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: var(--bg-main);
	font-family: 'Recoleta-Regular', serif;
	font-size: 22px;
	line-height: 30px;
	font-weight: 400;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .title1 a:hover, .title2 a:hover, .title3 a:hover, .title4 a:hover, .title5 a:hover, .title6 a:hover {
	text-decoration: none;
}
.h2-homepage h2 {
    font-size: 50px;
    line-height: 55px;
}
.serif p {
    font-family: 'Recoleta-Regular', serif;
}
.CustomColor1 {
    color: #B48B5F;
}
.no-margin {
    margin: 0px !important;
}
div.list_view div.header h1 {
    display: inline-block !important;
    z-index: -1 !important;
    position: relative !important;
}
/* Custom Width Limits
----------------------------------------------------------------------------------------------------*/
.limit-width-600 {
    max-width: 600px;
    margin: auto;
}
.limit-width-700 {
    max-width: 700px;
    margin: auto;
}
.limit-width-800 {
    max-width: 800px;
    margin: auto;
}
.limit-width-900 {
    max-width: 900px;
    margin: auto;
}


/* Forms
----------------------------------------------------------------------------------------------------*/

.le_form {
	color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-weight: 300 !important;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-weight: 300 !important;
	font-size: 18px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.seFormButton, .wrapper input[type="submit"].seFormButton, .wrapper input[type="submit"] {
    padding: 5px 15px;
	border: 0px solid transparent;
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 14px;
	margin: 0;
	background-color: var(--bg-color);
	color: #ffffff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0;
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover, .wrapper input[type="submit"]:hover {
    cursor: pointer;
	background-color: #363535;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 5px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:2px solid var(--bg-color);
	box-shadow: none !important;
	color: var(--bg-main);
	font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
	font-size: 14px;
	margin: 0;
}
.form-control {
    font-family: 'Recoleta-Light', sans-serif !important;
    border:2px solid var(--bg-color);
	box-shadow: none !important;
	padding: 5px 10px;
	background-color: #fff;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300 !important;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */

/* -- Hide input placehoder text on focus --*/
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

::-webkit-input-placeholder {
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
    font-family: 'Recoleta-Light', sans-serif !important;
    font-weight: 300 !important;
}
:-moz-placeholder { /* older Firefox*/
     font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
    font-family: 'Recoleta-Light', sans-serif !important;
    font-weight: 300 !important;
}
::-moz-placeholder { /* Firefox 19+ */ 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
    font-family: 'Recoleta-Light', sans-serif !important;
    font-weight: 300 !important;
} 
:-ms-input-placeholder { 
    font-size: 13px; 
    color: #676767;
    letter-spacing: .14em;
    font-family: 'Recoleta-Light', sans-serif !important;
    font-weight: 300 !important;
}

.form-group label.title3 {
    padding-top: 30px;
    margin-bottom: 15px;
    display: block;
}

.le_form label {
    font-weight: normal;
}


/* -- fieldset clearing -- */
fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin:20px 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}


/* ---- Form Alerts --- */
.le_form_container .error {
    color: #000;
    padding: 3px 8px;
    background-color: #fdcece;
}

.form-inline .no-labels label.error,.no-labels label.error {
    display:block !important;
}

.form-inline label.error {
    display:block;
    position: absolute;
    color: red;
    background: pink;
    padding: 2px 3px;
    border-radius: 2px;
    z-index: 2;
    color: #cd1719;
    font-size: 12px;
}
.recaptcha-terms {
    margin: -20px 0 !important;
    padding: 0 !important;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif!important;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	padding: 15px 20px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: var(--bg-main);
	color: #ffffff;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: var(--bg-color);
}
.se_button.button1 a, a.se_button.button1 {
    background-color: var(--bg-color);
    padding: 12px 30px !important;
    margin-top: 10px;
    color: #FFFFFF !important;
    border-radius: 30px;
    font-family: 'Recoleta-Bold', serif;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: var(--bg-main);
    color: #ffffff !important;
}
.se_button.button2 a, a.se_button.button2 {
    background-color: var(--bg-color);
    padding: 12px 30px !important;
    margin-top: 10px;
    color: #ffffff !important;
    border-radius: 30px;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background-color: var(--bg-main);
    color: #fff;
}
.se_button.button3 a, a.se_button.button3 {
    background-color: var(--bg-main);
    padding: 12px 30px !important;
    margin-top: 10px;
    color: #ffffff !important;
    border-radius: 30px;
}
.se_button.button3 a:hover, a:hover.se_button.button3 {
    background-color: var(--bg-color);
    color: #fff;
}
.se_button.button4 a, a.se_button.button4 {
    background-color: var(--bg-color);
    padding: 12px 30px !important;
    margin-top: 10px;
    color: #FFFFFF !important;
    border-radius: 30px;
    font-family: 'Recoleta-Bold', serif;
    font-size: 14px;
    letter-spacing: 2px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.se_button.button4 a:hover, a:hover.se_button.button4 {
    background-color: #ffffff;
    color: #000000 !important;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton{
    display: block;
    text-align: center;
}
.se_button.largeButton a, a.se_button.largeButton {
	padding: 20px 50px;
	background: rgb(179,138,95);
    background: linear-gradient(180deg, rgba(179,138,95,1) 0%, rgba(137,92,34,1) 100%);
	border-radius: 50px;
	font-family: 'Recoleta-Light', serif;
	margin-top: 20px;
}
a.se_button.button1.black-button  {
    background-color: var(--bg-main);
    color: #ffffff !important;
}
a.se_button.button1.black-button:hover  {
    background-color: transparent;
    color: #000000!important;
}

/* Gallery
----------------------------------------------------------------------------------------------------*/

#lightbox-container-image-data-box {
    max-width: 95% !important;
}
#aurora_page_wrapper {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
    height: auto !important;
}
#lightbox-container-image-box img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}
#lightbox-container-image img {
    max-width: 100% !important;
    overflow-x: hidden !important;
    overflow-y: hidden !important;
}

/* Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 1px;
    margin: 5px 0;
	background-color: #e9e7e7;
}
.no-gutters {
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    height: auto;
}
.whitetext h1, .whitetext h2, .whitetext h3, .whitetext h4, .whitetext h5, .whitetext h6, .whitetext p, .whitetext {
    color: #ffffff;
}
.whitetext h1 a, .whitetext h2 a, .whitetext h3 a, .whitetext h4 a, .whitetext h5 a, .whitetext h6 a, .whitetext p a, .whitetext a {
    color: #ffffff;
}
.small-heading h1 {
    font-size: 30px;
    line-height: 40px;
}
.banner-font {
    position: relative !important;
    top: 20px !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
    max-width: 900px !important;
}
.gold-link a {
    color: var(--bg-color) !important;
}
.fullwidth img {
    width: 100%;
    height: auto;
    display: block;
}
.margin30 {
    margin: 30px;
}
.blackbutton {
    text-align: right;
    float: right;
    right: 0;
    position: fixed;
    z-index: 100;
    width: 200px;
}
.blackbutton a {
    padding: 10px 35px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    display: inline-block;
    background-color: #000;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.blackbutton a:hover {
    background-color: #b48b5f;
    color: #000;
}
.topbanner h1 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.75);
}
.topbanner h6 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.75);
}
.arrow {
    margin: 20px 0 0 0;
}
.boxcta {
    height: 620px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.boxcta a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.boxcta a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.boxcta2 {
    height: 310px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.boxcta2 a {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.boxcta2 a:hover {
    background-color: rgba(255, 255, 255, 0.5);
}
.gray-gradient {
    background: rgb(137,92,34);
    background: linear-gradient(0deg, rgba(137,92,34,1) 0%, rgba(179,138,95,1) 100%);
}
.text-shadow-dark {
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
#aurora-image-element-form .modal-footer {
    margin-top: 50px !important;
}
.circle-icon img {
    margin: 0 10px;
}
.round img {
    border-radius: 50%;
    margin-bottom: 10px;
}
.banner {
    position: relative;
    overflow:hidden;
    height: 580px;
}
.banner img {
    position: absolute;
    top:-110%; left:0; right: 0; bottom:-100%;
    margin: auto;
    width: 100%;
    height: auto;
}
.bannertext, .bannertext2 {
    position: absolute;
    top: 10%;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    text-align: center;
}
.bannertext h1 {
    text-transform: uppercase;
}
.set-height {
    position: relative;
    overflow:hidden;
    height: 450px;
}
.set-height img {
    position: absolute;
    top:-100%; left:0; right: 0; bottom:-100%;
    margin: auto;
    width: 100%;
    height: auto;
}
.set-height2 {
    position: relative;
    overflow:hidden;
    height: 350px;
}
.map {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.map:before {
    position: absolute;
    display: inline-block;
    content: '\f041';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 18px;
    color: var(--bg-color);
}
.phone {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.phone:before {
    position: absolute;
    display: inline-block;
    content: '\f095';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 16px;
    color: var(--bg-color);
}
.mail {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.mail:before {
    position: absolute;
    display: inline-block;
    content: '\f0e0';
    font-family: 'FontAwesome';
    top: 2px;
    left: 0;
    font-size: 12px;
    color: var(--bg-color);
}
.car {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.car:before {
    position: absolute;
    display: inline-block;
    content: '\f1b9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--bg-color);
}
.hours {
    position: relative;
    padding-left: 25px;
    margin-bottom: 20px;
}
.hours:before {
    position: absolute;
    display: inline-block;
    content: '\f017';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    font-size: 16px;
    color: var(--bg-color);
}
 /*ul li  {*/
 /*    list-style-type: none;*/
 /*}*/

.black-circle {
    border-radius: 50%;
    width: 275px;
    height: 275px;
    border: 2px solid #000;
    padding: 30px 10px;
    margin: 0 auto 30px auto;
    text-align: center;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.black-circle h2 {
    margin: 0;
    font-size: 28px;
}
.gold-box {
    border: 1px solid var(--bg-color);
    padding: 5px;
    margin-bottom: 50px;
}

.pricebox h3 {
    background-color: var(--bg-main);
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
}
.pricebox h4 {
    font-weight: 300;
    letter-spacing: 3px;
}
.pricebox h4 strong {
    font-weight: 600;
}
.pricebox h5 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
}
.pricebox hr:first-of-type {
    background-color: var(--bg-color);
    height: 2px;
}
.pricebox h4, .pricebox h5, .pricebox h6, .pricebox p {
    padding: 0 20px;
}
.pricebox hr {
    margin: 10px 20px;
}
.pricebox p {
    font-size: 15px;
}
.black-button h3 a {
    background-color: var(--bg-main);
    display: block;
    color: #fff;
    padding: 20px 10px;
    margin-bottom: 30px;
    text-align: center;
    letter-spacing: 3px;
}

/** Hero Founding Offer Boxes **/

.hero-offer-box  {
    background-color: #ffffff;
    padding: 20px 30px;
    color: #000000;
    /*width: 65%;*/
    /*margin: 0 auto;*/
    text-align: center;
    margin-bottom: 25px;
}
.hero-offer-box h3  {
    color: #000000;
    font-family: 'Recoleta-Bold', serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    text-align: center;
}
.hero-offer-box p  {
    font-family: 'Recoleta-Regular', serif;
    font-size: 20px;
}


.black-button h3 a:hover {
    background-color: var(--bg-color);
}
.title-text h2 {
    font-size: 45px;
    line-height: 55px;
}
.title-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    font-weight: 600;
}
.bigger-text h3 {
    font-size: 30px;
    line-height: 40px;
}
.icon-box, .icon-box-w, .icon-box-e, .icon-box-c, .icon-box-a, .icon-box-r {
    position: relative;
}
.icon-box:before {
    position: absolute;
    content: '\f18c';
    font-family: 'FontAwesome';
    background-color: var(--bg-color);
    top: 0;
    left: -35px;
    font-size: 30px;
    color: #fff;
    padding: 20px 25px;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.icon-box-w:before, .icon-box-e:before, .icon-box-c:before, .icon-box-a:before, .icon-box-r:before, .icon-box-e:before {
    position: absolute;
    content: 'W';
    font-family: 'Recoleta-Bold', serif;
    background-color: var(--bg-color);
    top: 0;
    left: -35px;
    font-size: 30px;
    color: #fff;
    padding: 25px 20px;
    width: 70px;
    height: 70px;
    z-index: 1;
}
.icon-box-e:before {
    content: 'E';
    padding: 22px 25px;
}
.icon-box-c:before {
    content: 'C';
    padding: 25px;
}
.icon-box-a:before {
    content: 'A';
    padding: 25px;
}
.icon-box-r:before {
    content: 'R';
    padding: 25px;
}
.icon-box h2, .icon-box p, .icon-box-w h2, .icon-box-w p, .icon-box-e h2, .icon-box-e p,.icon-box-c h2, .icon-box-c p, .icon-box-a h2, .icon-box-a p, .icon-box-r h2, .icon-box-r p {
    padding: 0 50px;
    margin: 0;
}
.text-border {
    border-left: 2px dotted var(--bg-main);
}
.caps h2 {
    text-transform: uppercase;
}
.border-gold {
    border: 1px solid #B38A5F;
    border-radius: 30px;
    padding: 40px;
    margin-bottom: 30px;
}
.border-gold hr {
    background-color: #B38A5F;
}
.border-gold h2 {
    font-size: 26px;
    line-height: 30px;
}
.border-gold h3 {
    font-size: 20px;
    line-height: 25px;
}
#le_headerRegion1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/gold-diamond-pattern.svg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: top center;
}
.underline-center h2 {
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.underline-center h2:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 200px;
    height: 2px;
    content: "";
    background-color: var(--bg-color);
}
.underline-center h2:after {
    left: 50%;
    margin-left: -100px;
}
.underline-center2 {
    margin-bottom: 25px;
}
.underline-center2 h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.underline-center2 h2:after {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: 0;
    width: 200px;
    height: 2px;
    content: "";
    background-color: var(--bg-color);
}
.underline-center2 h2:after {
    left: 50%;
    margin-left: -100px;
}

.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
  display: flex;
  flex-direction: column;
}
.blackbox {
    border: 3px solid var(--bg-main);
    text-align: center;
    padding: 50px;
    margin-bottom: 25px;
}
.blackbox img {
    border-radius: 50%;
    margin-bottom: 50px;
}
.blackbox h2 {
    font-size: 22px;
}
/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: -8px 0 30px 0;
}
.expand h3 {
    position: relative; 
    font-size: 20px;
    color: var(--bg-main);
    line-height: 30px !important;
}
.expand h3:before {
    content: '+';
    margin-right: 10px;
    font-size: 20px !important;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h3.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand h3.active:before {
    content: '-';
    color: var(--bg-color);
}
.expand h3:hover {
    cursor: pointer;
    color: var(--bg-color);
}

/* Expand 4
----------------------------------------------------------------------------------------------------*/
.expand4 {
    position: relative;
    margin: -8px 0 30px 0;
}
.expand4 h3 {
    font-size: 20px !important;
}
.expand4 h4 {
    position: relative; 
    font-size: 18px;
    color: var(--bg-color);
    line-height: 30px !important;
    margin-right: 8px;
}
.expand4 h4:before {
    content: '+';
    margin-right: 10px;
    font-size: 20px !important;
    color: var(--bg-color);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease !important;
}
.expand4 h4.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand4 h4.active:before {
    content: '-';
    color: var(--bg-color);
}
.expand4 h4:hover {
    cursor: pointer !important;
    color: var(--bg-hover) !important;
}

/* Slider
----------------------------------------------------------------------------------------------------*/

.bx-wrapper .bx-pager.bx-default-pager a {
    background-color: #e4e4e2 !important; 
    width: 15px !important;
    height: 15px !important;
    border-radius: 50% !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-hover) !important;
}
#headerPopup{
  margin:0 auto;
  width: 560px;
  height: 315px;
}

#headerPopup iframe {
  margin:0 auto;
}
.expandable-trigger {
    cursor: pointer;
    padding-left: 10px;
    position: relative;
}
.expandable-trigger h2 {
    font-size: 24px;
}
.expandable-trigger h2:after {
    content: '\f107';
    font-family: 'FontAwesome';
    text-align: right;
    right: 10px;
    float: right;
    top: 4px;
    font-size: 22px !important;
    position: relative;
    line-height: 25px !important;
    border-bottom: 2px solid var(--bg-main);
    margin-top: 0;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expandable-content {
    display: block;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    position: relative;
    z-index: 100 !important;
}
.le-edit-open .expandable-content { 
    display: block !important;
}

/* Expand
----------------------------------------------------------------------------------------------------*/
.expand {
    position: relative;
    margin: 0;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2 {
    position: relative; 
    font-size: 18px;
    line-height: 25px !important;
    color: var(--bg-main);
    background-color: #fff;
    padding: 15px 20px;
    margin-bottom: 0;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-weight: 500;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2:after {
    content: '+';
    float: right;
    font-size: 30px !important;
    line-height: 30px;
    color: var(--bg-main);
    position: relative;
    top: -5px;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-weight: 300;
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2.active {
    background-color: var(--bg-main);
    color: #fff;
}
.expand h2.active:after {
    content: '-';
    color: #fff;
    font-size: 50px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2:hover:after {
    content: '-';
    color: #fff;
    font-size: 50px !important;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h2:hover {
    cursor: pointer;
    background-color: var(--bg-main);
    color: #fff;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand ul { 
    padding-left:0; 
    list-style:none; 
}
.expand ul li { 
    padding: 7px 20px;
    border-bottom: 2px dotted var(--bg-color);
}
.graybox h2 {
    background-color: #f7f8f8;
}
.expand-top {
    border-top: 1px solid #000;
}
.expand-bottom {
    border-bottom: 1px solid #000;
}

/* Expand Second
----------------------------------------------------------------------------------------------------*/
.expand h6 {
    position: relative; 
    font-size: 18px;
    line-height: 30px !important;
    color: var(--bg-main);
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-weight: 400;
    margin-bottom: 0;
    padding: 10px 20px;
}
.expand h6:before {
    content: '+';
    margin-right: 10px;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-size: 18px !important;
    color: var(--bg-main);
    display: inline-block;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}
.expand h6.active {
    color: var(--bg-main);
}
.expand h6.after {
    color: var(--bg-main) !important;
}
.expand h6:after {
    color: var(--bg-main) !important;
}
.expand h6.active:before {
    content: '-';
    color: var(--bg-main);
}
.expand h6:hover {
    cursor: pointer;
    color: var(--bg-main);
}
.expand p {
    padding: 0 20px 20px 20px;
    font-size: 16px;
}

/* Checkout Page
----------------------------------------------------------------------------------------------------*/
.purchase-summary-body ul {
    padding-left: 0; 
    list-style: none; 
}
.purchase-summary-body #item_list li {
    margin: 0;
}
.total_item {
    float: left;
    padding: 0;
    clear: both;
    display: block;
    width: 100%;
    font-size: 36px;
    margin: 20px 0;
}

/* Site Branding
----------------------------------------------------------------------------------------------------*/

.se_siteBranding {
    padding: 20px 0 0 0;
    width: 150px !important;
    height: auto !important;
}

/* Wrapper
----------------------------------------------------------------------------------------------------*/

.wrapper {
	width: 100%;
	position: relative;
}

.le-logged-in .page-wrapper {
    position: relative;
    top: 40px;
}
.container {
    padding: 0 25px;
}

/* Header
----------------------------------------------------------------------------------------------------*/
.header-wrap {
    width: 100%;
    z-index: 300;
    padding: 0 20px;
    background-color: #000;
}
.header-top {
    text-align: right;
}
.header-top {
    padding: 10px 20px;
}
.header-top p, .header-top a {
    color: #fff;
    /*font-size: 14px;*/
    transition: all .4s ease;
}
.header-top a:hover {
    color: #b48b5f;
}
.mobile-header {
    background-color: var(--bg-color);
    position: fixed;
    height: 35px;
    margin: 0 auto;
    left: 0;
    right: 0;
    z-index: 500;
}
.mobile-header p {
    color: #fff;
    font-size: 14px;
}
.mobile-header a {
    color: #fff;
    font-size: 14px;
    display: inline-block;
    padding: 5px 0;
    text-transform: uppercase;
}
/*.mobile-header .callToSchedule {*/
/*    float: right;*/
/*}*/
.header-top {
    font-family: 'Recoleta-Regular', serif;
    color: #fff;
    font-size: 15px;
}
.locationTop {
    text-align: left;
    padding-left: 20px;
}
.locationTop a {
    font-family: 'Recoleta-Regular', serif;
    color: #fff;
    font-size: 15px;
}
.fixed-header {
    position: fixed;
    top: 0;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
}

/* Navigation (menu-bar)
----------------------------------------------------------------------------------------------------*/

.menu-bar {
    position: relative;
    z-index:1;
    transition: all .2s ease;
}
.navigation {
    position: relative;
    top: 4px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 0;
    text-transform: uppercase;
    background: transparent !important;
    margin-top: 15px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    right: 0px;
    font-size: 25px;
    color: #fff;
}
.OpenMobileMenu .navicon:after {
    color: var(--bg-hover);
    content: '\f00d';
    font-size: 30px;
    font-family: 'FontAwesome';
    color: #fff;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    text-align: right;
}
.MainMenu ul {
    margin: 0;
    padding: 0;
}
.MainMenu li {
	position: relative;
	list-style-type: none;
	text-decoration: none;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_0 {
	display: inline-block;
    padding: 15px 0;
}
.MainMenu li.le_menuitem_level_0 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
    display: inline-block;
    position: relative;
    font-family: 'Recoleta-Bold', serif;
    padding-bottom: 7px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    line-height: 20px;
    word-break: break-word;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 10px;
}
.MainMenu li.le_menuitem_level_0 a:hover {
    color: var(--bg-color);
}
.MainMenu li.le_menuitem_level_0 a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.MainMenu li.le_menuitem_level_0 a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: var(--bg-color);
    height: 2px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.MainMenu li.le_menuitem_level_0 a:hover:before, .MainMenu li.le_menuitem_level_0 a:focus:before, .MainMenu li.le_menuitem_level_0 a:active:before {
    left: 0;
    right: 0;
}
.MainMenu li.le_menuitem_level_0:last-of-type a {
    margin-right: 0 !important;
}
.menu-button a, a.menu-button {
    background-color: var(--bg-color);
    padding: 12px 20px !important;
    color: #FFFFFF !important;
    border-radius: 30px;
    font-family: 'Recoleta-Bold', serif;
    font-size: 14px;
    letter-spacing: 0px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.menu-button a:hover, a:hover.menu-button {
    background-color: var(--bg-main);
    color: #ffffff !important;
}
.menu-button a:before {
    height: 0 !important;
}
.MainMenu .le_menu_level_1_container {
    position: absolute;
    left: 0;
    width: 250px !important;
    padding: 16px 0 0 0;
    z-index: 200;
    margin-left: 15px;
}
.MainMenu ul.le_menu_level_1 {
	position: relative;
	left: 0;
	display: none;
    margin: 0;
	background: #fff;
	text-align: left;
}
.MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 8px 10px !important;
	margin: 0 !important;
	color: #000000;
	border-bottom: 0 !important;
    font-family: 'Recoleta-Bold', serif;
	font-size: 14px !important;
	text-decoration: none;
	text-transform: uppercase;
	min-width: 200px;
}
.MainMenu li.le_menuitem_level_1 a:before {
    height: 0;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	background-color: var(--bg-color);
	color: #fff;
}
.MainMenu .le_menu_level_2_container {
	float: right;
	left: 100%;
	margin-top: -40px;
	padding: 0;
}
.MainMenu ul.le_menu_level_2 {
	position: absolute;
	right:0;
	z-index: 10;
	display: none;
	border: 1px solid #e9eaea;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
	text-align: left;
}
.MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.MainMenu .dropdown ul {
    display: block;
}

/* ---- Separate Mobile Menu ---- */
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: fixed;
    margin-top: 0px;
    left: 50%;
    height: 0px;
    width: 0px;
    opacity: 0;
    z-index: 100;
    overflow-x: none;
    overflow-y: auto;
    background: #000;
}

.OpenMobileMenu .primary-mobile-menu {
    height: 100%;
    width: 100%;
    padding: 20px;
    top: 90px;
    left:0;
    opacity: 1;
}

.le-logged-in.OpenMobileMenu .primary-mobile-menu {
    top: 0;
}

.OpenMobileMenu .mobile-menu-cap {
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
    top:0;
    left:0;
    background-color: #4a4a4a;
    background-color: rgba(61,78,78,.9);
}

.le-logged-in.OpenMobileMenu .mobile-menu-cap {
    height: 0;
}

@media (min-width: 767px) { 
    .mobile-menu-cap {
        display: none;
    }
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
	text-align: center;
}
.primary-mobile-menu li {
	list-style-type: none;
	text-decoration: none;
}
.primary-mobile-menu .le_menu_level_container {
	position: relative;
}
.primary-mobile-menu li.le_menuitem_level_0 a {
	display: block;
	padding: 14px 0 14px 0;
    font-family: 'Recoleta-Regular', serif;
	font-size: 20px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 3px solid rgba(255,255,255,.03);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    color: #ffffff;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	color: #fcb940;
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
	margin-left: -10px !important;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 5px;
	margin-left:12px;
    font-family: 'Recoleta-Regular', serif;
	font-size: 16px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(255,255,255,.03);
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
    color: #fcb940;
}
.primary-mobile-menu ul.le_menu_level_2 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
	display: block;
	padding: 5px;
	margin-left:20px;
    font-family: 'Recoleta-Regular', serif;
	font-size: 12px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
	color: #ffffff;
	text-transform: uppercase;
	border-bottom: 1px solid rgba(0,0,0,0) !important;
}
.primary-mobile-menu li.le_menuitem_level_2 a:hover {
    color: #fcb940;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a {
    text-transform: uppercase;
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #ffffff;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
}

.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.hasChild ul.le_menu_level_1.open-mobile-sub {
    height: auto;
    visibility: visible;
    opacity: 1;
}
.mobile_social {
    text-align: center;
    position: fixed;
    bottom: 50px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.mobile_social a {
    color: #fff;
    font-size: 24px;
    margin: 0 6px;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

.footer {
    background-color: #000000;
    padding: 40px 0 !important;
}
.footer p, .footer p a {
    color: #ffffff;
    font-size: 14px;
}
.se_social {
    margin: 0 0 5px 0;
}
.se_social a {
    color: #ffffff !important;
    margin: 0 3px;
    font-size: 24px;
}
.se_social a:hover {
   color: var(--bg-color);
}
.footermenu p a {
    font-family: 'Recoleta-Light', serif !important;
    margin-bottom: 15px;
    font-size: 12px;
}
.socialmenu {
    padding: 20px 20px
}
.footerbar {
    background: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/gold-diamond-pattern_copy.svg') top center no-repeat;
    background-color: #000;
    background-size: cover;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	height: 125px;
}

/* Media Queries
----------------------------------------------------------------------------------------------------*/

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (max-width: 320px) {
    .mobile-small .title3 {
        font-size: 16px !important;
    }
    .mobile-small p {
        font-size: 12px;
    }
    .expand h2 {
        font-size: 12px !important;
    }
    .expand h2:after {
        font-size: 24px !important;
    }
}
@media (max-width: 767px) {
    .homeBox {
        padding: 50px 30px !important;;
    }
    #headerPopup {
        width: 320px;
        height: 180px;
    }
    .expand h2 {
        font-size: 15px;
    }
    .header-content {
        margin-top: 95px;
    }
    .bannertext .se_button.button1 a, .bannertext a.se_button.button1 {
        padding: 12px 20px !important;
    }
    .menu-button a, a.menu-button {
        display: block;
        font-family: 'Recoleta-Regular', serif;
        font-size: 20px !important;
    }
    .title-text h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .boxcta {
        height: 310px;
    }
    .icon-box h2, .icon-box p {
        padding-right: 0;
    }
    .mobile-text-border {
        border-left: 2px dotted var(--bg-main);
    }
    .desktop-img {
        display: none;
    }
    /*.banner3 {*/
    /*    position: relative;*/
    /*    overflow:hidden;*/
    /*    height: 580px;*/
    /*}*/
    .bannertext, .bannertext2, .bannertext3 {
        top: 5%;
    }
    .bannertext h1, .bannertext3 h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .bannertext h2, .bannertext3 h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .bannertext2 h3 {
        font-size: 30px;
        line-height: 40px;
        margin:0;
    }
    .bannertext2 h2 {
        font-size: 40px;
        line-height: 50px;
        margin: 0;
    }
    .bannertext3 {
        margin: 5% 5% 0 5%;
    }
    .mobile-center {
        text-align: center;
    }
    .desktop-break {
        display: none;
    }
    .desktop-only {
        display: none;
    }
    .topbanner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .blackbutton {
        display: none;
    }
    .feature_blog_image {
        float: left !important;
        margin-right: 0;
        width: 100%;
    }
    .feature_blog_image img {
        width: 100%;
    }
    .header-top {
        display: none;
    }
    .header-wrap {
        padding-top: 30px;
    }
    .se_siteBranding img {
        width: 120px !important;
        height: auto !important;
    }
    .goldbar h3 {
        font-size: 16px;
        line-height: 25px;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 24px;
        line-height: 30px;
    }
    .footer {
        text-align: center;
    }
    .footerbar {
    	height: 50px;
    }
    td, th {
        display: block;
        clear: both;
        margin: 0 auto;
        text-align: center;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .table-img img {
        padding-right: 0 !important;
        width: 100%;
        height: auto;
    }
    #blog_sidebar {
        width: 100% !important;
        margin-bottom: 30px;
    }
    .blog_post_listing_sidebar {
        width: 100% !important;
    }
    .blog_post_title {
        font-size: 20px !important;
        line-height: 30px !important;
    }
    .blog_post_content h2 {
        font-size: 18px !important;
        line-height: 25px !important;
    }
    .feature_blog_image {
        width: 100% !important;
        height: auto !important;
    }
    .feature_blog_image img {
        width: 100% !important;
        height: auto !important;
        margin-bottom: 10px;
    }
    .feature_blog_text {
        margin-left: 0 !important;
    }
    .uppertext {
        top: 100%;
        padding-top: 50px;
    }
    .uppertext h3 {
        color: #000;
        font-size: 24px;
        line-height: 30px;
        text-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    }
    .uppertext p {
        color: #000;
        font-size: 14px;
        line-height: 25px;
        text-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
    }
    .services-list__cont {
        display: block !important;
        text-align: center !important;
    }
    .service-info, .service-details {
        width: 100% !important;
    }
    .set-height, .set-height2 {
        height: 200px !important;
    }
    .bigger-text h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .bigger-text2 h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .bigger-text h3 {
        font-size: 24px;
        line-height: 35px;
    }
    .big-text h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .mobile-img {
        margin-bottom: -10px;
    }
    .desktoptext {
        display: none;
    }
    .special:before, .seasonal:before {
        font-size: 14px;
        width: 55px;
        height: 55px;
    }
}
@media (max-width: 768px) {
    .tablet-center {
        text-align: center;
    }
    .spabox h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .h2-homepage h2 {
        font-size: 42px;
        line-height: 48px;
    }
    .icon-box h2, .icon-box p, .icon-box-w h2, .icon-box-w p, .icon-box-e h2, .icon-box-e p, .icon-box-c h2, .icon-box-c p, .icon-box-a h2, .icon-box-a p, .icon-box-r h2, .icon-box-r p {
        padding: 0 0 0 50px;
    }
}
@media (min-width: 768px) {
    .mobiletext {
        display: none;
    }
    .desktop-img {
        margin-bottom: -10px;
    }
    .border-gold {
        min-height: 1025px;
    }
    .header-content {
        margin-top: 125px;
    }
    .expandable-trigger h2 {
        font-size: 13px;
    }
    .black-circle {
        width: 230px;
        height: 230px;
    }
    .set-height {
        height: 300px;
    }
    .set-height2 {
        height: 250px;
    }
    .desktop-right {
        text-align: right;
    }
    .bigger-text h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .bigger-text2 h2 {
        font-size: 50px;
        line-height: 60px;
    }
    .bigtext h2 {
        font-size: 55px;
        line-height: 65px;
    }
    /*.banner3 {*/
    /*    position: relative;*/
    /*    overflow: hidden;*/
    /*    height: 580px; */
    /*}*/
    .banner3 img {
        /*position: ;*/
        /*top:-110%; left:0; right: 0; bottom:-100%;*/
        /*margin: auto;*/
        width: 100%;
        /*height: auto;*/
    }
    .bannertext2 h3 {
        font-size: 40px;
        line-height: 40px;
    }
    .bannertext2 h2 {
        font-size: 75px;
        line-height: 85px;
    }
    .bannertext .button1 {
        margin: 0 10px;
    }
    
    .margin-button .button1 {
        margin: 0 10px;
    }
    .big-text h2 {
        font-size: 85px;
        line-height: 95px;
    }
    .mobile-img {
        display: none;
    }
    .mobile-only {
        display: none;
    }
    .blog_post_title {
        font-size: 36px !important;
    }
    .primary-mobile-menu {
        margin-top: 100px;
    }
    .footermenu {
        text-align: right;
        border-right: 1px solid #fff;
        padding: 8px 20px;
    }
    .se_siteBranding img {
        width: 100% !important;
        height: auto !important;
    }
    .mobile-header {
        display: none;
    }
    .blog_post_listing_sidebar {
        width: 75% !important;
    }
    #blog_sidebar {
        width: 20% !important;
    }
    .mobile-slider {
        display: none;
    }
    .row-height {
        min-height: 550px;
    }
    h1, h1 a, .title1, .title1 a {
    	font-size: 45px;
    	line-height: 55px;
    }
    .bannertext {
        top: 2%;
    }
    .bannertext2 {
        top: 10%;
    }
    .bannertext h2 {
        font-size: 24px;
        line-height: 35px;
    }
    .banner {
        height: 660px;
    }
    .boxcta {
        height: 500px;
    }
    .boxcta2 {
        height: 250px;
    }
    .boxcta h2 a, .boxcta2 h2 a {
        font-size: 24px;
        line-height: 30px;
    }
    .pricebox h4 {
        font-size: 16px;
        line-height: 20px;
    }
    .homeBox {
        padding: 75px 40px 75px 80px !important;
    }
    .icon-box, .icon-box-w, .icon-box-e, .icon-box-c, .icon-box-a, .icon-box-r  {
        min-height: 165px; 
    }
    
    /* Home Form */
    .home-form {
        border: 3px solid var(--bg-color);
        padding: 45px 50px 40px 50px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
        margin-bottom: 75px;
    }
    .home-form input[type="text"], .home-form input[type="email"], .home-form input[type="password"], .home-form textarea {
        border: 1px solid #4f4e4e !important;
    }
    .home-form h2 {
        font-size: 40px;
    }
    .home-form p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .home-form .le_form label {
        font-family: 'Helvetica Neue LT W05 45 Light', sans-serif!important;
    }
    .home-form .half-width-form-control {
        display: inline-block;
        width: calc(50% - 2px);
    }
    .home-form .target-p-element  {
        font-size: 12px;
        line-height: 20px;
    }
    .home-form input[type="submit"].seFormButton {
        font-family: 'Recoleta-Bold', serif !important;
        letter-spacing: 2px;
        font-size: 14px;
        padding: 8px 30px !important;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
    }
    .home-form .le_form input[type=checkbox], .le_form input[type=radio]  {
        margin: 6px 0 0 -20px;
    }
    
    
}

@media (min-width: 768px) and (max-width: 992px) { 

    .h2-homepage h2 {
        font-size: 44px;
        line-height: 55px;
    }
    .banner3 {
        height: auto;
    }
    .bannertext3  {
        margin: 5%;
    }
}

/* Light devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .bigger-text2 h2 {
        font-size: 36px;
        line-height: 45px;
    }
    .row-same-height {
        display:table;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .row-same-height [class^="col-"],
    .row-same-height [class*="col-"]{
        display: table-cell;
        float: none;
        vertical-align: middle;
        padding: 0;
    }
    
    .row-same-height.sh-va-middle [class^="col-"],
    .row-same-height.sh-va-middle [class*="col-"]{
        vertical-align: middle;
    }
    .row-same-height.sh-va-bottom [class^="col-"],
    .row-same-height.sh-va-bottom [class*="col-"]{
        vertical-align: middle;
    }
    .black-circle {
        width: 275px;
        height: 275px;
    }
    .set-height {
        height: 450px;
    }
    .set-height2 {
        height: 350px;
    }
    .bigtext h2 {
        font-size: 65px;
        line-height: 75px;
    }
    .boxcta {
        height: 620px;
    }
    .boxcta2 {
        height: 310px;
    }
    .boxcta h2 a, .boxcta2 h2 a {
        font-size: 30px;
        line-height: 40px;
    }
    .bannertext, .bannertext2 {
        top: 20%;
    }
    .bannertext h2 {
        font-size: 30px;
        line-height: 35px;
    }
    
    .bannertext3 {
        position: absolute;
        top: 10%;
        width: 45%;
        left: 8%;
        right: 8%;
    }
    .bannertext3 h1  {
        font-size: 48px;
        line-height: 55px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        padding-top: 7px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 12px;
        margin: 0 10px 0 10px;
    }
    .expandable-trigger h2 {
        font-size: 20px;
    }
    .banner {
        height: 550px;
    }
    h1, h1 a, .title1, .title1 a {
    	font-size: 55px;
    	line-height: 60px;
    }
    .pricebox h4 {
        font-size: 28px;
        line-height: 28px;
    }
    .p-text {
        font-size: 24px;
    }
    .border-gold {
        min-height: 725px;
    }
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header-content {
        margin-top: 135px;
    }
    .bigger-text2 h2 {
        font-size: 45px;
        line-height: 55px;
    }
    .MainMenu {
        padding-top: 15px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 14px;
        margin: 0 13px 0 13px;
    }
    .expandable-trigger h2 {
        font-size: 24px;
    }
    .banner {
        height: 580px;
    }
    .biggertext {
        font-size: 36px;
        line-height: 45px;
    }
    .p-text {
        font-size: 24px;
    }
    .border-gold {
        min-height: 625px;
    }
    .underline-center2 {
        padding: 0 30px;
    }
    .bannertext3 {
        position: absolute;
        top: 15%;
        width: 44%;
        left: 10%;
        right: 10%;
    }
    .bannertext3 h1  {
        font-size: 68px;
        line-height: 70px;
    }
}
@media (min-width: 1300px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 15px;
        margin: 0 16px 0 16px;
    }
    .bannertext3 {
        width: 35%;
    }
}
@media (min-width: 1400px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 15px;
        margin: 0 20px 0 20px;
    }
}

/* Clear
----------------------------------------------------------------------------------------------------*/

/* Clear Floated Elements */
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear: both;
	content:' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

.le_metro_silver_button {
    display: inline-block;
    min-width: 75px;      
}
  

/* Blog
----------------------------------------------------------------------------------------------------*/
.blog_post_title {
    text-align: center;
    letter-spacing: 2px !important;
    margin-top: 10px;
}
.blog_post_publishdatetime {
    text-align: center;
}
#blog_post_content img {
    margin: 15px 0;
}
#blog_sidebar {
    text-align: center;
    -moz-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
    -webkit-box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
    box-shadow: 0px 1px 0px 0px rgba(50, 50, 50, 0.3);
    padding: 30px 20px;
    border: 1px solid #d8d5d5;
}
#blog_sidebar a {
    display: block;
    width: 100%;
    padding: 5px 15px;
    margin-bottom: 5px;
    background-color: var(--bg-color);
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}
#blog_sidebar a:hover {
    background-color: var(--bg-hover);
}
.blog_sidebar_archive {
    display: none;
}
#blog_sidebar_image {
    display: none;
}
.blog_post_footer_section_label {
    font-size: 14px;
}
.blog_post_footer_section_header, .blog_post_tag_header {
    font-size: 14px;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
}
.blog_post_tag {
    float: left;
    margin: 2px 5px 5px 0px !important;
}    
.blog_post_listing_content {
    float: none !important;
    overflow: auto !important;
}
#blog_post_listing .feature_blog_text {
    float: none !important;
    overflow: hidden;
    height: 75px;
}
.feature_blog_text:after {
    content: '...';
    position: relative;
    margin-left: -2px;
}
.feature_blog_image {
    float: left !important;
    margin-right: 20px;
    width: 250px;
    height: auto;
}
.feature_blog_image img {
    width: 250px;
    height: auto;
}
.blog_post_listing_title_link {
    font-size: 18px !important;
    line-height: 25px !important;
    color: var(--bg-main) !important;
    font-family: 'Recoleta-Light', sans-serif !important;
}
.blog_post_listing h3 {
    line-height: 20px !important;
    margin-bottom: 0px !important;
    color: var(--bg-color) !important;
}
.blog_post_listing_footer_hr {
    margin-top: 25px !important;
    margin-bottom: 30px !important;
}
.read_more_div a {
    background-color: #76b0df;
    color: #ffffff;
    text-transform: uppercase;
    padding: 8px 15px !important;
    margin-top: 10px;
}
.a.read_more_link {
    display: table !important;
}
a.read_more_link {
    display: table;
    color: #fff;
    padding: 7px 10px;
    background-color: var(--bg-color);
    font-size: 13px;
    margin-top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}
a.read_more_link:hover {
    background-color: var(--bg-main);
    color: #ffffff;
}
.blog_post_listing {
    border: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
@media (min-width: 768px) and (max-width: 992px) { 
    .blog_post_listing_sidebar {
        width: 500px !important;
    }
}

#blog_post_listing_navigation_next {
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px !important;
}
#blog_post_listing_navigation_next:hover {
    transform: scale(1.2);
    transition: left .5s ease;
}
#blog_post_listing_navigation_next:after {
    content: '\f061';
    font-family: 'FontAwesome';
    margin: 0px 0 0 8px;
    font-size: 14px;
    position: absolute;
}
#blog_post_listing_navigation_previous {
    margin-left: 30px;
    display: inline-block;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px !important;
}
#blog_post_listing_navigation_previous:hover {
    transform: scale(1.2);
    transition: left .5s ease;
}
#blog_post_listing_navigation_previous:before {
    content: '\f060';
    font-family: 'FontAwesome';
    margin: 0 0 0 -20px;
    font-size: 14px;
    position: absolute;
}
#blog_sidebar_name {
    margin-bottom: 15px !important;
}
.blog_post_social_like {
    margin-left: -8px !important;
}
.blog_post_twitter_like {
    margin-top: 5px !important;
}
.blog_post_comments_section {
    display: none !important;
}
#blog_post_footer_hr {
    margin-bottom: 10px !important;
}
.blog_post_listing_tag_header {
    font-size: 14px;
}
.blog_post_listing_twitter_like {
    margin-top: 5px !important;
}

/* ------ Edit Region ------- */

.expander {
    visibility: hidden;
    position: fixed;
    z-index: 1001;
    top:40px;
    left:0;
    width: 0;
    height: 0;
    overflow: hidden;
    line-height: 26px;
    text-align: center;
    background: #537fbc;
    color: white;
    cursor: pointer;
    border-radius: 0 0 2px 0;
    transition: left .2s ease;
}
.expander:hover {
    background: #3e63b8;
}

.le-edit-open .expander,
.le-design-open .expander{
    left: 200px;
    visibility: visible;
    width: 26px;
    height: 26px;
}

.expander:before {
    display: block;
    font-family: "FontAwesome";
    content: '\f065';
    transform: rotate(90deg);
}
.expanded-view .expander {
    left:0;
}
.expanded-view .expander:before {
    content: '\f066';
}

/* --- Expanded View Toggles --- */
.aurora_side_bar_title {
    transition: left .2s ease;
}

.le-edit-open.expanded-view .aurora_side_bar_title,
.le-design-open.expanded-view .aurora_side_bar_title {
    position: relative;
    opacity:0;
    left: -200px;
}

.le-edit-open.expanded-view .showSB,
.le-design-open.expanded-view .showSB {
    opacity:0;
    left: -200px !important;
}

.le-edit-open.expanded-view #auroraContentContainer,
.le-design-open.expanded-view #auroraContentContainer{
    left: 0;
}
/* ------ Edit Region ------- */
.le_region_overlay_container_inside {
    position: relative;
    height: 28px;
    line-height: 28px;
    padding: 0 0 0 5px;
}
.edit-region-icon {
    color: white;
    background: #537fbc;
    font-size: 16px;
    margin: 0;
    right: 0;
    height: 28px;
    padding-left: 3px;
    line-height: 29px;
    width: 30px;
    text-align: center;
    top: 0;
    position: absolute;
    cursor: pointer; 
}

.le_region_image {
    position: relative;
    top: -2px;
}

/*---------------Hiding Style Editor (for use with Premium sites with Regions) START-----------*/
.aurora_sidebar_menu_item aurora_panel-group-divider{
    display: none !important;
}
.style-settings-label{
    display: none !important;
}
#aurora_background-options, #aurora_color-options, #aurora_typography-options{
    display: none !important;
}
.aurora_preset-wrapper{
    display: none !important;
}
.aurora_side_bar_label{
    display: none !important;
}
.aurora_side_bar_label:first-of-type{
    display: block !important;
}
.le-edit-open .blackbutton {
    position: relative;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{
    min-height: 0px !important;
}
.le-edit-open .mobile-header {
    position: relative;
    display: block;
}
.le-logged-in .mobile_social {
    position: relative !important;
}
.le-edit-open .mobile-only {
    display: block;
}
.le-edit-open .boxcta2 a, .le-edit-open .boxcta a {
    position: relative !important;
}
.le-logged-in .fixed-header {
    position: relative;
    z-index: 1 !important;
}
.le-logged-in .header-content {
    margin-top: 0;
}

/* Treatment / Pricing Box Tags */
.special, .seasonal {
    position: relative;
}
.special:before {
    content: 'NEW';
    font-family: 'Recoleta-Bold', serif;
    background-color: #000;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 1.2;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.seasonal:before {
    content: 'LIMITED-TIME';
    font-family: 'Recoleta-Bold', serif;
    background-color: #000;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 50%;
    color: #fff;
    font-size: 16px;
    line-height: 1.2;
    width: 100px;
    height: 100px;
    top: 0;
    left: 0;
    position: absolute;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
}
.new > h2:before  {
    content: 'NEW';
    margin: -5px 8px 0 0px;
    background-color: var(--bg-color);
    font-size: 12px;
    font-family: 'Recoleta-Bold', serif;
    color: #ffffff;
    padding: 5px 5px 4px 8px;
    border-radius: 50px;
}
.seasonalfacial > h2:before {
    content: 'LIMITED-TIME';
    margin: -5px 8px 0 0px;
    background-color: var(--bg-color);
    font-size: 12px;
    font-family: 'Recoleta-Bold', serif;
    color: #ffffff;
    padding: 5px 5px 4px 8px;
    border-radius: 50px;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-us #le_section-eleven {
    background-color: rgb(0, 0, 0);
}
.aurora_about-us #le_section-eleven-area1 {
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 80px;
}
.aurora_about-us #le_section-eleven-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviamicrositemaster/rocks-towel-candles.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 80px;
}
.aurora_about-us #le_section-five {
}
.aurora_about-us #le_section-four {
}
.aurora_about-us #le_section-one {
}
.aurora_about-us #le_section-one-area1 {
}
.aurora_about-us #le_section-seven {
}
.aurora_about-us #le_section-seven-area5 {
    margin-bottom: 25px;
}
.aurora_about-us #le_section-six {
}
.aurora_about-us #le_section-three {
}
.aurora_about-us #le_section-three-area2 {
    margin-bottom: 25px;
}
.aurora_about-us #le_section-three-area3 {
}
.aurora_about-us #le_section-three-area4 {
}
.aurora_about-us #le_section-three-area5 {
}
.aurora_about-us #le_section-twelve {
    padding-top: 100px;
}
.aurora_about-us #le_section-twleve-area3 {
}
.aurora_about-us #le_section-two {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_about-us #le_section-two-area10 {
}
.aurora_about-us #le_section-two-area9 {
}
.aurora_beauty #le_section-one {
}
.aurora_current-offers #le_section-twenty-nine {
    background-color: rgb(0, 0, 0);
}
.aurora_current-offers #le_section-twenty-nine-area1 {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 80px;
}
.aurora_current-offers #le_section-twenty-nine-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviamicrositemaster/banner2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 70px;
    padding-left: 80px;
}
.aurora_current-offers #le_section-two {
    padding-bottom: 50px;
}
.aurora_customizable-landing-page #le_section-two {
}
.aurora_customizable-landing-page #le_section-two-area10 {
}
.aurora_customizable-landing-page #le_section-two-area9 {
}
.aurora_day-spa-membership #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_day-spa-membership #le_section-five-area19 {
    padding-right: 70px;
    padding-left: 70px;
}
.aurora_day-spa-membership #le_section-five-area2 {
}
.aurora_day-spa-membership #le_section-five-area21 {
    padding-right: 40px;
}
.aurora_day-spa-membership #le_section-five-area22 {
    padding-right: 40px;
}
.aurora_day-spa-membership #le_section-three {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_day-spa-membership #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_day-spa-membership #le_section-two-area10 {
}
.aurora_day-spa-membership #le_section-two-area4 {
}
.aurora_day-spa-membership #le_section-two-area7 {
}
.aurora_events #le_section-one {
}
.aurora_events #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_first-visit-offer #le_section-one {
}
.aurora_first-visit-offer #le_section-two {
    padding-top: 100px;
}
.aurora_flex-page #le_section-page-title-area1 {
    padding-right: 30px;
    padding-left: 30px;
}
.aurora_flex-page #le_section-two {
    padding-bottom: 30px;
}
.aurora_get-started #le_section-elevan {
}
.aurora_get-started #le_section-elevan-area1 {
    padding-top: 1px;
}
.aurora_get-started #le_section-five {
    background-color: rgb(0, 0, 0);
}
.aurora_get-started #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_get-started #le_section-seven {
    background-color: rgb(0, 0, 0);
}
.aurora_get-started #le_section-six {
    background-color: rgb(0, 0, 0);
}
.aurora_get-started #le_section-three {
    background-image: linear-gradient(rgba(0, 0, 0, 0.31), rgba(0, 0, 0, 0.31)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/candles-towels-rocks.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center right;
    padding-top: 40px;
    padding-bottom: 60px;
}
.aurora_get-started #le_section-three-area2 {
    padding-right: 30px;
    padding-left: 30px;
}
.aurora_get-started #le_section-two {
}
.aurora_get-started #le_section-two-area10 {
}
.aurora_home #le_header-text {
}
.aurora_home #le_headerRegion1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/gold-diamond-pattern.svg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: top center;
}
.aurora_home #le_headerTopRegion {
}
.aurora_home #le_section-eight {
}
.aurora_home #le_section-five {
}
.aurora_home #le_section-five-area1 {
}
.aurora_home #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviamicrositemaster/Spavia_GiftCard-wider.jpg);
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    padding-top: 150px;
    padding-bottom: 200px;
}
.aurora_home #le_section-four-area1 {
    padding-right: 28%;
    padding-left: 28%;
}
.aurora_home #le_section-four-area2 {
}
.aurora_home #le_section-four-area4 {
}
.aurora_home #le_section-nine {
}
.aurora_home #le_section-one {
}
.aurora_home #le_section-one-area2 {
}
.aurora_home #le_section-seven {
}
.aurora_home #le_section-six {
    background-color: rgb(0, 0, 0);
}
.aurora_home #le_section-six-area1 {
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_home #le_section-six-area2 {
    padding-right: 80px;
    padding-left: 80px;
}
.aurora_home #le_section-six-area5 {
}
.aurora_home #le_section-six-area6 {
}
.aurora_home #le_section-six-area7 {
}
.aurora_home #le_section-three {
    background-color: rgb(0, 0, 0);
}
.aurora_home #le_section-three-area2 {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 75px;
    padding-left: 80px;
}
.aurora_home #le_section-three-area3 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviamicrositemaster/rocks-towel-candles.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-right: 40px;
    padding-bottom: 160px;
    padding-left: 80px;
}
.aurora_home #le_section-three-area4 {
}
.aurora_home #le_section-three-area5 {
}
.aurora_home #le_section-three-area6 {
}
.aurora_home #le_section-three-area7 {
}
.aurora_home #le_section-two {
}
.aurora_home #le_section-two-area2 {
}
.aurora_home #le_section-two-grid1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/couple-getting-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_home #le_section-two-grid2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/beauty.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-two-grid3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/skin-care.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-two-grid4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/body-treatments.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_home #le_section-two-grid5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/mens-treatments.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_map #le_section-one-content3 {
    background-color: rgb(246, 246, 246);
    border-style: solid;
    border-color: rgb(223, 223, 223);
    border-width: 1px;
    border-radius: 5px;
    margin-top: 30px;
    margin-right: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
}
.aurora_massage #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/massage-therapy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_massage #le_section-one {
    background-image: none;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_massage #le_section-three {
}
.aurora_massage #le_section-three-area1 {
}
.aurora_membership #le_section-two {
}
.aurora_membership #le_section-two-area10 {
}
.aurora_men #le_section-one {
}
.aurora_our-guests #le_section-eleven {
    margin-bottom: 75px;
}
.aurora_our-guests #le_section-eleven-area1 {
    padding-top: 20px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_our-guests #le_section-eleven-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/Spavia-2.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 75px;
    padding-top: 400px;
}
.aurora_our-guests #le_section-eleven-area4 {
    padding-top: 125px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_our-guests #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/our-guests-brown-robes.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
}
.aurora_our-guests #le_section-two {
    padding-top: 50px;
}
.aurora_pricing #le_section-two {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_pricing #le_section-two-area13 {
    margin-bottom: 75px;
}
.aurora_pricing #le_section-two-area15 {
    margin-bottom: 75px;
}
.aurora_pricing #le_section-two-area17 {
    margin-bottom: 75px;
}
.aurora_pricing #le_section-two-area2 {
}
.aurora_pricing #le_section-two-area3 {
}
.aurora_pricing #le_section-two-area4 {
}
.aurora_pricing-shared-content---do-not-delete #le_section-three {
    background-color: rgba(0, 0, 0, 0.1);
}
.aurora_pricing-shared-content---do-not-delete #le_section-two {
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area13 {
    margin-bottom: 75px;
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area15 {
    margin-bottom: 75px;
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area17 {
    margin-bottom: 75px;
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area2 {
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area3 {
}
.aurora_pricing-shared-content---do-not-delete #le_section-two-area4 {
}
.aurora_services #le_section-two-grid1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/couple-getting-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-two-grid2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/beauty.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-two-grid3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/skin-care.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-two-grid4 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/body-treatments.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_services #le_section-two-grid5 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/mens-treatments.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_skin-care #le_section-one {
}
.aurora_skin-care #le_section-two {
    padding-top: 50px;
}
.aurora_spa-packages #le_section-eleven {
}
.aurora_spa-packages #le_section-eleven-area1 {
}
.aurora_spa-packages #le_section-eleven-area2 {
}
.aurora_spa-packages #le_section-fourteen {
}
.aurora_spa-packages #le_section-thirteen-area10 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/mens-treatments.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_spa-packages #le_section-thirteen-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/couple-getting-massage.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_spa-packages #le_section-thirteen-area7 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/beauty.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_spa-packages #le_section-thirteen-area8 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/body-treatments.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_spa-packages #le_section-thirteen-area9 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/skin-care.jpg);
    background-size: cover;
    background-position: center center;
}
.aurora_spa-packages #le_section-thirty {
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_spa-packages #le_section-twelve {
}
.aurora_spa-packages #le_section-twenty-five-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_spa-packages #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spalebrations #le_section-one {
}
.aurora_spalebrations #le_section-three {
    margin-bottom: 75px;
}
.aurora_spalebrations #le_section-twenty-eight-area2 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-five-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-nine-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-nine-area4 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-nine-area5 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-seven-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twenty-six-area2 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-two {
    padding-top: 60px;
}
.aurora_spalebrations #le_section-two-area2 {
    padding-top: 1px;
}
.aurora_spalosophy #le_section-five {
}
.aurora_spalosophy #le_section-one {
}
.aurora_spalosophy #le_section-six {
}
.aurora_spalosophy #le_section-three-area2 {
}
.aurora_spalosophy #le_section-three-area3 {
}
.aurora_spalosophy #le_section-two {
    padding-top: 50px;
    padding-bottom: 125px;
}
.aurora_spavia-cares #le_section-five {
    margin-top: 80px;
    margin-bottom: 40px;
}
.aurora_spavia-cares #le_section-five-area15 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area16 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area17 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area18 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area5 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area6 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area7 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-five-area8 {
    margin-bottom: 20px;
}
.aurora_spavia-cares #le_section-one {
}
.aurora_spavia-cares #le_section-three-area3 {
    padding-top: 25px;
}
.aurora_spavia-cares #le_section-two {
    padding-top: 50px;
}
.aurora_spavia-cares #le_section-two-area1 {
}
.aurora_spavia-green #le_section-eleven-area1 {
    padding-top: 30px;
    padding-right: 40px;
    padding-left: 100px;
}
.aurora_spavia-green #le_section-eleven-area2 {
}
.aurora_spavia-green #le_section-one {
}
.aurora_spavia-green #le_section-twelve {
    padding-top: 60px;
}
.aurora_spavia-green #le_section-two {
    padding-top: 40px;
}
.aurora_steps-to-ownership #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/ocean-wave.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_steps-to-ownership #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_steps-to-ownership #le_section-thirty {
    padding-top: 125px;
    padding-bottom: 75px;
}
.aurora_steps-to-ownership #le_section-thirty-one {
    background-color: rgb(237, 237, 237);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_steps-to-ownership #le_section-three {
    padding-top: 75px;
    padding-bottom: 30px;
}
.aurora_steps-to-ownership #le_section-twenty-eight-area1 {
}
.aurora_steps-to-ownership #le_section-twenty-eight-area2 {
}
.aurora_steps-to-ownership #le_section-twenty-five-area1 {
}
.aurora_steps-to-ownership #le_section-twenty-five-area2 {
}
.aurora_steps-to-ownership #le_section-twenty-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/arrows.png);
    background-repeat: no-repeat;
    background-size: length;
    background-position: top center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_steps-to-ownership #le_section-twenty-four-area1 {
    padding-top: 25px;
    padding-bottom: 25px;
}
.aurora_steps-to-ownership #le_section-twenty-four-area2 {
    padding-top: 150px;
}
.aurora_steps-to-ownership #le_section-twenty-four-area4 {
    padding-top: 100px;
}
.aurora_steps-to-ownership #le_section-twenty-four-area6 {
    padding-top: 125px;
}
.aurora_steps-to-ownership #le_section-twenty-nine-area1 {
}
.aurora_steps-to-ownership #le_section-twenty-nine-area2 {
}
.aurora_steps-to-ownership #le_section-twenty-seven-area1 {
}
.aurora_steps-to-ownership #le_section-twenty-seven-area2 {
}
.aurora_steps-to-ownership #le_section-twenty-six-area1 {
}
.aurora_steps-to-ownership #le_section-twenty-six-area2 {
}
.aurora_steps-to-ownership #le_section-two {
    background-color: rgb(237, 237, 237);
}
.aurora_test-page #le_section-one-area1 {
    background-color: rgb(0, 0, 0);
}
.aurora_thank-you #le_section-four {
    background-color: rgb(0, 0, 0);
}
.aurora_thank-you #le_section-four-area6 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/stacked-towels.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 800px;
}
.aurora_thank-you #le_section-four-area7 {
    padding-top: 40px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_training-and-support #le_section-eighteen {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_training-and-support #le_section-five {
    padding-top: 100px;
    padding-bottom: 0px;
}
.aurora_training-and-support #le_section-five-area1 {
    padding-bottom: 30px;
}
.aurora_training-and-support #le_section-five-area13 {
}
.aurora_training-and-support #le_section-four {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/sand-garden.jpg);
    background-color: rgb(0, 0, 0);
    background-size: cover;
    background-position: center left;
    padding-top: 75px;
    padding-right: 20px;
    padding-bottom: 75px;
    padding-left: 20px;
}
.aurora_training-and-support #le_section-four-area2 {
}
.aurora_training-and-support #le_section-four-area3 {
}
.aurora_training-and-support #le_section-four-area4 {
    padding-bottom: 30px;
}
.aurora_training-and-support #le_section-nineteen {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_training-and-support #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/team-jumping.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_training-and-support #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_training-and-support #le_section-seventeen {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_training-and-support #le_section-seventeen-area1 {
}
.aurora_training-and-support #le_section-sixteen {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_training-and-support #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_training-and-support #le_section-twenty {
    background-color: rgb(0, 0, 0);
    margin-bottom: 0px;
}
.aurora_training-and-support #le_section-twenty-one {
    padding-top: 50px;
    padding-bottom: 25px;
}
.aurora_training-and-support #le_section-twenty-three {
    background-color: rgb(237, 237, 237);
    margin-top: 250px;
}
.aurora_training-and-support #le_section-twenty-three-area3 {
    padding-top: 60px;
}
.aurora_training-and-support #le_section-twenty-two {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/candles-rocks.jpg);
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
    margin-left: 5px;
}
.aurora_training-and-support #le_section-two {
    background-color: rgb(237, 237, 237);
}
.aurora_who-we-want #le_section-fifteen {
    background-color: rgb(237, 237, 237);
    margin-top: 100px;
}
.aurora_who-we-want #le_section-fifteen-area3 {
    padding-top: 60px;
}
.aurora_who-we-want #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_who-we-want #le_section-fourteen {
    padding-top: 125px;
    padding-bottom: 50px;
}
.aurora_who-we-want #le_section-fourteen-area10 {
    padding-top: 5px;
}
.aurora_who-we-want #le_section-fourteen-area5 {
    padding-top: 5px;
}
.aurora_who-we-want #le_section-fourteen-area6 {
    padding-left: 65px;
}
.aurora_who-we-want #le_section-fourteen-area8 {
    padding-right: 65px;
}
.aurora_who-we-want #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.21), rgba(0, 0, 0, 0.21)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/who-we-want-header.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_who-we-want #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_who-we-want #le_section-six {
    padding-top: 75px;
    padding-bottom: 25px;
}
.aurora_who-we-want #le_section-thirteen {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/spavia-sign.jpg);
    background-size: cover;
    background-position: top center;
    margin-right: 30px;
    margin-left: 30px;
}
.aurora_who-we-want #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_who-we-want #le_section-twelve {
    padding-top: 50px;
}
.aurora_who-we-want #le_section-two {
    background-color: rgb(237, 237, 237);
}
.aurora_why-spavia #le_section-elevan-area1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/spavia-cares.jpg);
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
}
.aurora_why-spavia #le_section-elevan-area2 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/clean-republic-full.jpg);
    background-size: cover;
    background-position: center center;
    margin-left: 5px;
}
.aurora_why-spavia #le_section-five {
}
.aurora_why-spavia #le_section-five-area3 {
    padding-left: 60px;
}
.aurora_why-spavia #le_section-four {
}
.aurora_why-spavia #le_section-nine {
    padding-top: 125px;
    padding-bottom: 15px;
}
.aurora_why-spavia #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/rocks-in-water.jpg);
    background-size: cover;
    background-position: center center;
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_why-spavia #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_why-spavia #le_section-seven {
    padding-top: 0px;
    padding-bottom: 125px;
}
.aurora_why-spavia #le_section-seven-area1 {
}
.aurora_why-spavia #le_section-seven-area7 {
    padding-top: 75px;
    padding-right: 29%;
    padding-left: 29%;
}
.aurora_why-spavia #le_section-six {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 125px;
}
.aurora_why-spavia #le_section-six-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_why-spavia #le_section-six-area2 {
}
.aurora_why-spavia #le_section-six-area3 {
}
.aurora_why-spavia #le_section-six-area4 {
}
.aurora_why-spavia #le_section-six-area6 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_why-spavia #le_section-six-area7 {
    padding-right: 25px;
    padding-left: 25px;
}
.aurora_why-spavia #le_section-three {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_why-spavia #le_section-twelve {
    background-color: rgb(237, 237, 237);
    margin-top: 200px;
    padding-top: 0px;
}
.aurora_why-spavia #le_section-twleve-area3 {
    padding-top: 125px;
}
.aurora_why-spavia #le_section-two {
    background-color: rgb(237, 237, 237);
}
.aurora_your-spavia-location #le_section-eight {
}
.aurora_your-spavia-location #le_section-fifteen {
    background-color: rgb(237, 237, 237);
    margin-top: 100px;
}
.aurora_your-spavia-location #le_section-fifteen-area3 {
    padding-top: 50px;
}
.aurora_your-spavia-location #le_section-five {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_your-spavia-location #le_section-one {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/your-spavia-location-header.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 75px;
    padding-bottom: 0px;
}
.aurora_your-spavia-location #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_your-spavia-location #le_section-seven {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_your-spavia-location #le_section-six {
    background-color: rgb(0, 0, 0);
    padding-top: 100px;
    padding-bottom: 75px;
}
.aurora_your-spavia-location #le_section-three {
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_your-spavia-location #le_section-two {
    background-color: rgb(237, 237, 237);
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-seven-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-three-area5 {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-twleve-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_about-us #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_beauty #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_current-offers #le_section-twenty-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_current-offers #le_section-twenty-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_current-offers #le_section-twenty-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_current-offers #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customizable-landing-page #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customizable-landing-page #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_customizable-landing-page #le_section-two-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-five-area19 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-five-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-five-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-three {
    padding-top: 0px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-two-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-membership #le_section-two-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_events #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-visit-offer #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_first-visit-offer #le_section-two {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flex-page #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_flex-page #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-elevan {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-elevan-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_get-started #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_header-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerTopRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    padding-top: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area1 {
    padding-right: 20%;
    padding-left: 20%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area1 {
    padding-top: 75px;
    padding-right: 30px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area2 {
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-grid1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-grid2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-grid3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-grid4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-two-grid5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_map #le_section-one-content3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_massage #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_men #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-eleven-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area13 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area15 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area17 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area2 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area3 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing #le_section-two-area4 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area13 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area15 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area17 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area2 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area3 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area4 {
    margin-bottom: 40px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-grid1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-grid2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-grid3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-grid4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_services #le_section-two-grid5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-care #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_skin-care #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-eleven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirteen-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirteen-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirteen-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-thirty {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-twenty-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spa-packages #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twenty-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-three-area2 {
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-three-area3 {
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalosophy #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area15 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area16 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area17 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area18 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-five-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-cares #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-green #le_section-eleven-area1 {
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 50px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-green #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-green #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-green #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spavia-green #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-thirty {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-thirty-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-five-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-seven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-twenty-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_steps-to-ownership #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_test-page #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-four-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_thank-you #le_section-four-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-eighteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-five-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-five-area13 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-four-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-four-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-nineteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-seventeen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-seventeen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-sixteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-twenty {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-twenty-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-twenty-three {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-twenty-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-twenty-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_training-and-support #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fifteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fifteen-area3 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fourteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fourteen-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fourteen-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fourteen-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-fourteen-area8 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-thirteen {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_who-we-want #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-elevan-area1 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-elevan-area2 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-five-area3 {
    padding-left: 20px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-seven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-seven-area7 {
    padding-right: 20%;
    padding-left: 20%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area6 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-six-area7 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-twelve {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-twleve-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_why-spavia #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-fifteen {
    margin-top: 0px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-fifteen-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-one-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_your-spavia-location #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-eleven-area1 {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-eleven-area2 {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 74px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-one-area1 {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-seven-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-twleve-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-two {
    padding-bottom: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_beauty #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_current-offers #le_section-twenty-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_current-offers #le_section-twenty-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_current-offers #le_section-twenty-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_current-offers #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customizable-landing-page #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customizable-landing-page #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_customizable-landing-page #le_section-two-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-five-area19 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-five-area21 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-five-area22 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-two-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-membership #le_section-two-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_events #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-visit-offer #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_first-visit-offer #le_section-two {
    padding-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flex-page #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_flex-page #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-elevan {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-elevan-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_get-started #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_header-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerTopRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviamicrositemaster/gift-card-mobile.jpg);
    background-position: top center;
    padding-top: 400px;
    padding-bottom: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four-area4 {
    padding-top: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area1 {
    padding-right: 30px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    padding-top: 75px;
    padding-right: 30px;
    padding-bottom: 75px;
    padding-left: 30px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-grid1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-grid2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-grid3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-grid4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-two-grid5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_map #le_section-one-content3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage #le_section-one {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_massage #le_section-three-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_men #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-eleven-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area13 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area15 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area17 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing #le_section-two-area4 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area13 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area15 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area17 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area2 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area3 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_pricing-shared-content---do-not-delete #le_section-two-area4 {
    margin-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-grid1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-grid2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-grid3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-grid4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_services #le_section-two-grid5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-care #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_skin-care #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-eleven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-fourteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirteen-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirteen-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirteen-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirteen-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirteen-area9 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-thirty {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-twenty-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spa-packages #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-eight-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-five-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area4 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-nine-area5 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-seven-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twenty-six-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-three-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalosophy #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area15 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area16 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area17 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area18 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-five-area8 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-cares #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-green #le_section-eleven-area1 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-green #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-green #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-green #le_section-twelve {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spavia-green #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-one {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-one-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-thirty {
    padding-top: 25px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-thirty-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-three {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-five-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four {
    background-image: linear-gradient(rgb(255, 255, 255), rgb(255, 255, 255)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/whitebox.png);
    background-repeat: repeat;
    background-size: contain;
    background-position: top right;
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area1 {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area2 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area4 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-four-area6 {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-nine-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-seven-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-twenty-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_steps-to-ownership #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_test-page #le_section-one-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-four-area6 {
    padding-top: 300px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_thank-you #le_section-four-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-eighteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-five {
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-five-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-five-area13 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-four {
    background-position: center right;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-four-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-four-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-nineteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-one {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-one-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-seventeen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-seventeen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-sixteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-twenty {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-twenty-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-twenty-three {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-twenty-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-twenty-two {
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_training-and-support #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fifteen {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fifteen-area3 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fourteen {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fourteen-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fourteen-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fourteen-area6 {
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-fourteen-area8 {
    padding-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-one {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-one-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-six {
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-thirteen {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/location-palms.jpg);
    background-size: cover;
    background-position: top center;
    margin-right: 0px;
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-twelve {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_who-we-want #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-elevan-area1 {
    margin-right: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-elevan-area2 {
    margin-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-five-area3 {
    padding-top: 30px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-nine {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-one {
    padding-top: 0px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-one-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-seven {
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-seven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-seven-area7 {
    padding-top: 30px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area6 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-six-area7 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-three {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-twelve {
    margin-top: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-twleve-area3 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_why-spavia #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-eight {
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-fifteen {
    margin-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-fifteen-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-five {
    padding-top: 0px;
    padding-bottom: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-one {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-one-area1 {
    padding-top: 75px;
    padding-bottom: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-seven {
    padding-top: 75px;
    padding-bottom: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-six {
    padding-top: 50px;
    padding-bottom: 50px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_your-spavia-location #le_section-two {
    }
}

/*-------------- Account Preset [Mobile] End----------------- */
/*-------------- Account Preset End ----------------- */
