@font-face{
    font-family:"Helvetica Neue LT W05 45 Light";
    src:url("/file/spaviacorporate/240c57a0-fdce-440d-9ce3-85e0cb56f470.woff2") format("woff2"),url("/file/spaviacorporate/7802e576-2ffa-4f22-a409-534355fbea79.woff") format("woff");
}

@font-face {
  font-family: "Recoleta-Roman";
  src: url('/file/spaviafranchise/spaviacorporate/font.woff2') format('woff2'), url('/file/spaviacorporate/font.woff') format('woff');
}

@font-face{
    font-family:"Helvetica Neue LT W05 45 Light";
    src:url("/file/spaviacorporate/f9c5199e-a996-4c08-9042-1eb845bb7495.woff2") format("woff2"),url("/file/spaviacorporate/2a34f1f8-d701-4949-b12d-133c1c2636eb.woff") format("woff");
}

@font-face {
  font-family: "Recoleta-Light";
  src: url('/file/spaviacorporate/font.woff2') format('woff2'), url('/file/spaviacorporate/font.woff') format('woff');
}

@font-face {
  font-family: "Recoleta-Bold";
  src: url('/file/spaviacorporate/boldfont.woff2') format('woff2'), url('/file/spaviacorporate/boldfont.woff') format('woff');
}

@font-face {
  font-family: "Recoleta-Regular";
  src: url('/file/spaviacorporate/regularfont.woff2') format('woff2'), url('/file/spaviacorporate/regularfont.woff') format('woff');
}
: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-weight: 400;
	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: 700;
}

/* 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: 400;
	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: 40px;
	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;
}
.serif p {
    font-family: 'Recoleta-Regular', serif;
}
.h2-homepage h2 {
    font-size: 50px;
    line-height: 55px;
}
.CustomColor1 {
    color: #B48B5F;
}
.no-padding p {
    line-height: 0 !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 {
    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 {
    cursor: pointer;
	background-color: #363535;
	color: #ffffff;
}
.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 !important;
}
.wrapper input[type="submit"]:hover {
	cursor: pointer;
	background-color: #003d68;
	color: #ffffff;
}
.wrapper input[type="text"],.wrapper input[type="email"],.wrapper input[type="password"], .wrapper textarea {
	padding: 10px 10px;
	background-color: #fff;
	border: none;
	-moz-border-radius:0;
	-webkit-border-radius:0;
	border-radius: 0;
	border:1px solid #d1d1d1;
	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: 1px solid #d1d1d1;
	box-shadow: none !important;
	padding: 10px 10px;
	background-color: #fff;
	border-radius: 0 !important;
	color: #676767 !important;
	letter-spacing: .14em;
	font-weight: 300 !important;
	height: 50px;
}
.wrapper textarea {
    padding: 10px 10px;
}
/* -- Bootstrap form tweaks -- */
.form-control {
}

/* -- 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;
}

/* Buttons
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px !important;
    background-color: var(--bg-main);
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background: var(--bg-main);
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: var(--bg-main) !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px !important;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: var(--bg-hover) !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color :var(--bg-hover);
}
.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.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;
}
.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;
}
.seFormButton, .wrapper input[type="submit"].seFormButton {
    padding: 8px 20px;
    font-family: 'Lato', sans-serif;
    background-color: var(--bg-color);
}
.seFormButton:hover, .wrapper input[type="submit"].seFormButton:hover {
    background-color: var(--bg-hover);
}
.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;
}
.button-black a {
    background-color: var(--bg-main) !important;
}
.button-black a:hover {
    background-color: var(--bg-color) !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;
}
.left-video {
    position: relative;
    bottom: -6px;
}
.whitetext hr {
    margin: 10px 0;
}
.staffbox {
    margin-bottom: 25px;
}
.staffbox h3 {
    font-family: 'Recoleta-Bold';
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0 !important; 
}
.staffbox h4 {
    font-size: 19px;
    line-height: 25px;
    color: #555;
}
.banner {
    position: relative;
    /*background-color: #000;*/
}
.banner img {
    /*opacity: .8;*/
    /*margin-bottom: -10px;*/
}
.bannertext {
    position: absolute;
    top: 20%;
    margin: 0 auto;
    left: 5%;
    right: 5%;
    text-align: center;
}
.bannertext img {
    position: relative !important;
    left: 0 !important;
    right: 0 !important;
    opacity: 1;
}
.bannertext h1 {
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    font-size: 70px;
    line-height: 80px;
}
.bannertext h6 {
    font-size: 50px;
    line-height: 60px;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif !important;
    color: #fff;
    margin: 0;
}
#state-dropdown {
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 34px;
    max-width: 250px;
    background: no-repeat 95% 50% #ececec url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=);
    padding: .5em 1.5em .5em 1.5em;
    margin: auto;
    box-shadow: none;
    border: none;
    border-radius: 50px;
    font-weight: bold;
    cursor: pointer;
}
.spabox a {
    border: 1px solid #ededed;
    border-left: 3px solid var(--bg-color);
    color: var(--bg-main);
    padding: 10px 20px;
    margin-bottom: 15px;
    display: block;
    width: 100%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.spabox a:hover {
    margin-left: 15px;
}
.banner-font {
    position: relative !important;
    top: 20px !important;
    bottom: 0 !important;
    margin-bottom: 0 !important;
    display: block !important;
    max-width: 900px !important;
}
.iconblock img {
    width: 100px !important;
    height: auto !important;
    margin-right: 20px;
}
.iconblock td {
    padding: 10px !important;
}
.iconblock h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    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;
}
.gold-link a {
    color: var(--bg-color) !important;
}
.fullwidth img {
    width: 100%;
    height: auto;
    display: block;
}
.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);
}
.cta1, .cta2, .cta3, .cta4 {
    height: 250px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 25px 40px;
    background: rgba(0,0,0,0.3);
}
.cta1:hover, .cta2:hover, .cta3:hover, .cta4:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: solid 1px #fff;
    outline-offset: -13px;
}
.cta1:hover {
    background: rgba(0,0,0,0.6);
}
.cta2:hover {
    background: rgba(0,0,0,0.7);
}
.cta3:hover {
    background: rgba(0,0,0,0.75);
}
.cta4:hover {
    background: rgba(0,0,0,0.8);
}
.cta1 h2, .cta1 p, .cta2 h2, .cta2 p, .cta3 h2, .cta3 p, .cta4 h2, .cta4 p {
    display: block;
    letter-spacing: 2px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.cta1:hover h2, .cta1:hover p, .cta2:hover h2, .cta2:hover p, .cta3:hover h2, .cta3:hover p, .cta4:hover h2, .cta4:hover p {*/
/*    display: none;*/
/*}*/
.cta1:hover h6, .cta2:hover h6, .cta3:hover h6, .cta4:hover h6 {
    display: block;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.cta1 p, .cta2 p, .cta3 p, .cta4 p {
    margin-top: 10px;
}
.cta1:hover p, .cta2:hover p, .cta3:hover p, .cta4:hover p {
    display: none;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cta1 h2, .cta2 h2, .cta3 h2, .cta4 h2 {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    display: block;
    margin-bottom: 0;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.cta1 h6, .cta2 h6, .cta3 h6, .cta4 h6 {
    color: #fff;
    font-size: 16px;
    line-height: 25px;
    display: none;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.gray-gradient {
    background: rgb(137,92,34);
    background: linear-gradient(0deg, rgba(137,92,34,1) 0%, rgba(179,138,95,1) 100%);
}
.testimonialbox .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 58px;
}
.testimonialbox .bx-wrapper .bx-prev, .testimonialbox .bx-wrapper .bx-prev:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/black-testimonial-slider-arrows.png") no-repeat 0 0;
    margin-left: -100px;
}
.testimonialbox .bx-wrapper .bx-next, .testimonialbox .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/black-testimonial-slider-arrows.png") no-repeat -25px 0;
    margin-right: -100px;
}
.testimonialbox .bx-wrapper .bx-prev:hover {
    margin-left: -105px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.testimonialbox .bx-wrapper .bx-next:hover {
    margin-right: -105px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.testimonialbox p {
    font-family: 'Recoleta-Regular', serif;
    font-size: 22px;
    line-height: 30px;
}
.testimonialbox h6 {
    color: var(--bg-color);
    font-size: 16px;
    line-height: 25px;
    margin-top: 20px;
}
.testimonial-box p:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/gold-left-quote.svg);
    display: inline-block;
    width: 18px;
    height: auto;
    position: relative;
    margin-left: -20px;
    left: -10px;
}
.testimonial-box p:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/gold-right-quote.svg);
    display: inline-block;
    width: 18px;
    height: auto;
    position: relative;
    margin-right: -20px;
    right: -10px;
}
.brownline {
    margin-bottom: 50px;
}
.brownline h3 {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,ffffff+50,cadaee+50,cadaee+100 */
    background: #ffffff; /* Old browsers 
    background: -moz-linear-gradient(top,  #ffffff 0%, #ffffff 60%, #B38A5F 60%, #B38A5F 100%); /* FF3.6-15 
    background: -webkit-linear-gradient(top,  #ffffff 0%,#ffffff 60%,#B38A5F 60%,#B38A5F 100%); /* Chrome10-25,Safari5.1-6 
    background: linear-gradient(to bottom,  #ffffff 0%,#ffffff 60%,#B38A5F 60%,#B38A5F 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#B38A5F',GradientType=0 ); /* IE6-9 
    /*display: inline-block;*/
    font-size: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 10px;
}
.brownline h6 {
    font-family: 'Recoleta-Light', serif !important;
    font-size: 20px;
    line-height: 25px;
}
.brownline p {
    font-size: 12px;
    line-height: 20px;
}
.quote img {
    position: relative;
    margin-top: -50px;
}
.gold h6 {
    color: var(--bg-color);
    
}
.stars {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
    padding: 15px;
}
.stars p {
    font-size: 90px;
    line-height: 1;
    color: #fff;
    font-family: 'Recoleta-Light', serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stars img {
    margin-bottom: -20px;
}
.stars2 {
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
    padding: 25px 0 10px 0;
}
.stars2 img {
    margin-top: -10px;
}
.stars2 p {
    font-size: 90px;
    line-height: 1;
    font-family: 'Recoleta-Light', serif !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.goldbar {
    background-color: var(--bg-color);
    padding: 10px 20px;
    margin-bottom: 10px;
    border-radius: 5px;
}
.goldbar h3 {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 5px;
    color: #fff;
    margin: 0;
}
.inside-page {
    margin-right: -15px;
    margin-left: -5px;
}
.InsideMenu a {
    color: var(--bg-main);
    padding: 30px 20px;
    font-size: 18px;
    font-family: 'Recoleta-Bold', serif !important;
    display: inline-block;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.InsideMenu a:hover {
    background-color: var(--bg-color);
    color: #fff;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.topline {
    border-top: 1px solid var(--bg-hover);
}
.underline h2 {
    border-bottom: 2px solid var(--bg-color);
    padding: 0 30px 20px 30px;
    display: inline-block;
    margin-bottom: 25px;
}
.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;
}
.underline-left h2 {
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 3px solid var(--bg-color);
}
.ctabox {
    margin-bottom: 25px;
}
.ctabox h3, .ctabox h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.testimonialbox2 {
    position: relative;
    margin-top: 50px;
}
.testimonialbox2:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/small-quote.png);
    position: absolute;
    left: 0;
}
.testimonialbox2 {
    padding-left: 75px;
}
.testimonialbox2 p {
    color: #fff;
}
.testimonialbox2 h6 {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    margin-top: 15px;
}
.testimonialbox2 .bx-viewport {
    padding-bottom: 150px !important;
}
.smallertext p {
    font-size: 12px;
    line-height: 20px;
}
.smallertext h6 {
    font-size: 18px;
    line-height: 30px;
}
.community-box {
    height: 350px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 50px;
}
.community-box h3 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.7);
    margin-bottom: 10px;
}
.community-box p {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.7);
    display: none;
}
.community-box:hover p {
    display: block;
}
.economicsbox {
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 20px 40px;
    border: 6px solid #fff;
}
.economicsbox:hover {
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    outline: solid 1px #fff;
    outline-offset: -20px;
    background: rgba(0,0,0,0.4);
    overflow: hidden !important;
}
.economicsbox h3, .economicsbox p, .economicsbox ul {
    color: #fff;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.economicsbox:hover h4 {
    display: none;
}
.economicsbox p, .economicsbox ul {
    display: none;
}
.economicsbox ul {
    padding-left: 0;
}
.economicsbox:hover p, .economicsbox:hover ul {
    display: inline-block;
}
.economicsbox ul {
    text-align: center;
    list-style-position: inside;
}
.commitment-box {
    height: 300px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
    padding: 50px;
    border: 6px solid #fff;
}
.commitment-box:hover {
    -webkit-transition: all .6s ease-in-out;
    -moz-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;
}
.commitment-box h3 {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.7);
    margin-bottom: 10px;
}
.commitment-box p {
    color: #fff;
    text-shadow: 0px 2px 2px rgba(0,0,0,.7);
}
.goldbox {
    position: relative;
}
.goldbox img {
    width: 100%;
    height: auto;
    z-index: 1;
    position: relative;
}
.goldbox:before {
    content: " ";
    position: absolute;
    top: -10px;
    left: -10px;
    right: 15px;
    bottom: 7px;
    background-color: var(--bg-color);
}
.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;
}

.leftbox {
    background-color: var(--bg-color);
    text-align: right;
    padding: 28px 30px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}
.leftbox h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
.right-text, .left-text {
    padding: 0 40px;
}
.rightbox {
    background-color: var(--bg-color);
    padding: 28px 30px;
    border-left: 3px solid #fff;
    border-top: 3px solid #fff;
    border-bottom: 3px solid #fff;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    margin-right: 0;
}
.rightbox h3 {
    color: #fff;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
}
#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;
}
.mobile-slider .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 58px;
}
.mobile-slider .bx-wrapper .bx-prev, .mobile-slider .bx-wrapper .bx-prev:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/black-testimonial-slider-arrows.png") no-repeat 0 0;
}
.mobile-slider .bx-wrapper .bx-next, .mobile-slider .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/black-testimonial-slider-arrows.png") no-repeat -25px 0;
}
.button3 {
    display: inline-block;
    background-color: var(--bg-color);
    color: #ffffff;
    padding: 5px 40px 5px 20px !important;
    border-radius: 30px;
    margin-top: 0;
    position: relative;
    font-family: 'Recoleta-Light', serif !important;
    font-size: 15px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.button3:hover {
    background-color: var(--bg-main);
    color: #fff;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.button3:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/button-arrow.svg);
    position: absolute;
    margin-left: 8px;
    width: 15px;
    display: inline-block;
    height: auto;
    margin-top: 2px;
}
.button3:hover:after {
    margin-left: 12px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.fullslider img {
    width: 100%;
    height: auto;
    margin-bottom: 25px;
}
.fullslider .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 58px;
}
.fullslider .bx-wrapper .bx-prev, .fullslider .bx-wrapper .bx-prev:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/white-arrows.png") no-repeat 0 0;
    margin-left: 50px;
}
.fullslider .bx-wrapper .bx-next, .fullslider .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/white-arrows.png") no-repeat -25px 0;
    margin-right: 50px;
}
.fullslider .bx-wrapper .bx-pager.bx-default-pager a {
    background-color: var(--bg-hover) !important; 
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
.fullslider .bx-wrapper .bx-pager.bx-default-pager a:hover, .fullslider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background-color: var(--bg-color) !important;
}
.dark-photo img {
    filter: brightness(70%);
}
.uppertext {
    position: absolute;
    top: 25%;
    margin: 0 auto;
    left: 10%;
    right: 10%;
    text-align: center;
}
.uppertext h3 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.uppertext p {
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
}
.circle img {
    border-radius: 50%;
    width: 250px;
    height: auto;
    margin: 0 auto 15px auto;
}
.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;
}
.black-box  {
    background-color: #000000;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.black-box h3  {
    color: #ffffff;
    letter-spacing: 3px;
}
.gold-box {
    border: 1px solid var(--bg-color);
    padding: 5px;
    margin-bottom: 50px;
}
.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;
}
.black-button h3 a:hover {
    background-color: var(--bg-color);
}
.black-button a {
    display: inline-block;
    background-color: var(--bg-main);
    font-family: 'Recoleta-Regular', serif;
    color: #fff;
    padding: 12px 60px;
}
.black-button a:hover {
    background-color: var(--bg-hover);
}
.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;
}
#headerPopup{
  margin:0 auto;
  width: 560px;
  height: 315px;
}

#headerPopup iframe {
  margin:0 auto;
}
.icon-box {
    position: relative;
}
.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);
}
.special {
    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;
}

/* Tooltip
----------------------------------------------------------------------------------------------------*/

.toolbox {
    position: relative;
}
.tool-bottom-box {
    display: none;
    width: 250px;
    background-color: black;
    color: #fff;
    margin: 10px auto 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    position: absolute;
    top: 100%;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.toolbox:hover .tool-bottom-box {
    display: inline-block;
}
.tool-bottom-box:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid black;
    position: absolute;
    content: '';
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}
.black-box img {
    width: 15px;
    height: auto;
    margin-top: -20px;
}
.black-box h6 {
    position: relative;
}
.black-box h6:after {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/information-icon.svg);
    position: absolute;
    width: 15px;
    height: auto;
    margin-left: 5px;
    margin-top: 2px;
}
.black-box h5 {
    display: none;
    width: 250px;
    background-color: black;
    color: #fff;
    margin: 10px auto 0 auto;
    right: 0;
    left: 0;
    text-align: center;
    border-radius: 6px;
    padding: 15px 10px;
    position: absolute;
    z-index: 1;
    font-size: 14px;
    line-height: 20px;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.black-box h5:before {
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid black;
    position: absolute;
    content: '';
    top: -10px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

/* 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);
}

/* Expand2
----------------------------------------------------------------------------------------------------*/
.expand2 {
    position: relative;
    background-color: #EDEDED;
}
.expand2 h3 {
    position: relative; 
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 0;
    background-color: #EDEDED;
    color: var(--bg-main) !important;
}
.expand2 h3:before {
    content: '\f078';
    font-family: 'FontAwesome';
    margin-right: 15px;
    font-size: 25px !important;
    background-color: var(--bg-color);
    color: #fff;
    height: 50px;
    width: 50px;
    padding: 15px 12px 0 12px;
    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;
}
.expand2 h3.active {
    color: var(--bg-color);
    border-bottom: 1px solid #c4c2c2;
}
.expand2 h3:hover {
    cursor: pointer;
    color: var(--bg-color);
}
.expand2 ul {
    padding-bottom: 20px;
}
.expand2 li {
    list-style: none;
    margin-bottom: 10px;
}
.expand2 li a {
    color: var(--bg-main);
    font-family: 'Recoleta-Light', serif !important;
}
.expand2 li a:hover {
    color: var(--bg-color);
}

/* Expand3
----------------------------------------------------------------------------------------------------*/
.expand3 {
    position: relative;
    margin-bottom: 15px;
}
.expand3 h3 {
    position: relative; 
    font-size: 19px;
    line-height: 25px !important;
    color: #000;
    background: rgba(255,255,255,0.4);
    padding: 10px 20px;
    border-radius: 15px;
}
.expand3 h3:before {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 22px !important;
    margin-top: 2px;
    margin-right: 10px;
    color: #000;
    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;
}
.expand3 h3.active {
    background: rgba(255,255,255,0.7);
    margin-bottom: 10px !important;
}
.expand3 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand3 h3:hover {
    cursor: pointer;
    background: rgba(255,255,255,0.7);
}
.expand3 p {
    color: #fff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}

/* Expand4
----------------------------------------------------------------------------------------------------*/
.expand4 {
    position: relative;
    margin-bottom: 15px;
}
.expand4 h2 {
    position: relative; 
    font-size: 26px;
    line-height: 30px !important;
    color: var(--bg-main);
    border-bottom: solid 1px #ddd;
    padding: 20px 20px 30px 0;
}
.expand4 h2:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px !important;
    margin-top: 2px;
    float: right;
    margin-left: 10px;
    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;
}
.expand4 h2.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand4 h2.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand4 h2:hover {
    cursor: pointer;
    color: var(--bg-color);
}

/* Expand5
----------------------------------------------------------------------------------------------------*/
.expand5 {
    position: relative;
    margin-bottom: 15px;
}
.expand5 h3 {
    position: relative; 
    font-size: 18px;
    line-height: 30px !important;
    color: var(--bg-main);
    display: inline-block;
    border: solid 1px #ddd;
    padding: 10px 30px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.expand5 h3:after {
    content: '\f107';
    font-family: 'FontAwesome';
    font-size: 20px !important;
    margin-top: 2px;
    float: right;
    margin-left: 10px;
    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;
}
.expand5 h3.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand5 h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand5 h3:hover {
    cursor: pointer;
    color: var(--bg-color);
}
.expand5 a {
    color: var(--bg-main);
    border-bottom: solid 1px #ddd;
    padding: 5px 10px;
    display: inline-block;
    width: 225px;
}
.expand5 a:hover {
    color: var(--bg-color);
}

/* Expand6
----------------------------------------------------------------------------------------------------*/
.expand6 {
    position: relative;
}
.expand6 h6 {
    background-color: var(--bg-color);
    padding: 3px 30px !important;
    display: inline-block;
    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;
}
.expand6 h6:hover {
    background-color: var(--bg-main);
    color: #fff;
}
.expand6 h6:after {
    content: '+';
    margin-left: 5px;
    font-size: 14px !important;
    color: #fff;
    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;
}
.expand6 h6.active {
    color: var(--bg-color);
    margin-bottom: 10px !important;
}
.expand6 h6.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.expand6 h6:hover {
    cursor: pointer;
    color: var(--bg-color);
}

/* Testimonialbox3
----------------------------------------------------------------------------------------------------*/

.testimonialbox3 {
    position: relative;
    display: block;
}
.testimonialbox3:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/small-quote.png);
    position: absolute;
    left: 0;
}
.testimonialbox3 {
    padding-left: 70px;
}

/* Left Testimonial
----------------------------------------------------------------------------------------------------*/

.lefttestimonial p {
    color: var(--bg-color);
}
.lefttestimonial h4 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Recoleta-Bold', serif !important;
}
.lefttestimonial h5 {
    font-size: 17px;
    line-height: 25px;
}
.lefttestimonial h6 {
    display: none;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-left: -50%;
}
.lefttestimonial:hover h6 {
    display: block;
}
.lefttestimonial:hover .left-testimonial p {
    display: none;
}
.lefttestimonial img {
    margin-bottom: -7px;
    position: relative;
    width: 300px;
    height: auto;
}
.left-testimonial {
    padding: 30px;
}
.left-testimonial-img img {
    position: relative;
}
@media (max-width: 767px) {
    .lefttestimonial {
        text-align: center;
    }
}
@media (min-width: 768px) {
    .lefttestimonial h4 {
        margin-top: 50px;
    }
    .lefttestimonial {
        background-color: #EDEDED;
        position: relative;
        text-align: right;
        padding-left: 20px;
    }
    .lefttestimonial:after {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/small-quote.png);
        display: inline-block;
        width: 25px;
        height: auto;
        position: absolute;
        right: 300px;
        top: 25px;
        z-index: 1;
    }
    .lefttestimonial:hover {
        margin-right: -90%;
        z-index: 100;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .lefttestimonial:hover .left-testimonial {
        right: -25%;
    }
    .left-testimonial p:after {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/arrow-left.svg);
        display: block;
        width: 15px !important;
        height: auto;
        position: relative;
        left: 20px;
        top: 20px;
        z-index: 1;
    }
    .lefttestimonial:hover h4 {
        margin-top: 25px;
    }
}

/* Right Testimonial
----------------------------------------------------------------------------------------------------*/
.righttestimonial p {
    color: var(--bg-color);
}
.righttestimonial h4 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Recoleta-Bold', serif !important;
}
.righttestimonial h5 {
    font-size: 17px;
    line-height: 25px;
}
.righttestimonial h6 {
    display: none;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-right: -50%;
}
.righttestimonial:hover h6 {
    display: block;
}
.righttestimonial:hover .right-testimonial p {
    display: none;
}
.righttestimonial img {
    margin-bottom: -7px;
    position: relative;
    width: 300px;
    height: auto;
}
.right-testimonial {
    padding: 30px 30px 30px 20px;
}
.right-testimonial-img img {
    position: relative;
}
@media (max-width: 767px) {
    .righttestimonial {
        text-align: center;
    }
    .righttestimonial img {
        margin-top: 30px;
    }
    .h2-homepage h2 {
        font-size: 42px;
        line-height: 48px;
    }
}
@media (min-width: 768px) {
    .right-testimonial p:after {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/arrow-right.svg);
        display: block;
        width: 15px !important;
        height: auto;
        position: relative;
        right: 30%;
        float: right;
        top: 45px;
        z-index: 1;
    }
    .righttestimonial {
        background-color: #EDEDED;
        position: relative;
        padding-right: 20px;
    }
    .righttestimonial:after {
        content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/small-quote.png);
        display: inline-block;
        width: 25px;
        height: auto;
        position: absolute;
        left: 280px;
        top: 25px;
        z-index: 1;
    }
    .righttestimonial:hover {
        margin-left: -90%;
        z-index: 100;
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -ms-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
    .righttestimonial:hover .right-testimonial {
        left: -25%;
    }
    .righttestimonial h4 {
        margin-top: 80px;
    }
    .righttestimonial:hover h4 {
        margin-top: 25px;
    }
}
/* Desktop Slider
----------------------------------------------------------------------------------------------------*/

.desktop-slider .bx-wrapper .bx-controls-direction a {
    width: 16px;
    height: 39px;
}
.desktop-slider .bx-wrapper .bx-prev, .desktop-slider .bx-wrapper .bx-prev:hover{
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/logos/small-black-slider-arrows.png") no-repeat 0 0;
    margin-left: -50px;
}
.desktop-slider .bx-wrapper .bx-next, .desktop-slider .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/logos/small-black-slider-arrows.png") no-repeat -16px 0;
    margin-right: -50px;
}

/* 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;
}

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

.studioSlider img {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin-bottom: 10px;
}
.studioSlider:before {
    position: absolute;
    content: ' ';
    top: 0;
    left: -380px;
    width: 400px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}
.studioSlider:after {
    position: absolute;
    content: ' ';
    top: 0;
    right: -380px;
    width: 400px;
    height: 100%;
    background: rgba(255,255,255,0.7);
    z-index: 1;
}
.studioSlider .bx-viewport {
	overflow: visible !important;
}
.studioSlider .bx-pager.bx-default-pager a {
    background: #707070 !important; 
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
.studioSlider .bx-wrapper .bx-pager.bx-default-pager a:hover, .studioSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--bg-color) !important;
}
.studioSlider .bx-wrapper .bx-controls-direction a {
    width: 40px !important;
    height: 40px !important;
}
.studioSlider .bx-prev {
	background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/left-slider-nav.svg") !important;
	background-position:left top;
	background-repeat:no-repeat;
	left: -20px !important;
	top:40%;
	opacity: 1;
	transition: all .2s ease;
}
.studioSlider .bx-prev:hover {
	transform: scale(1.2) !important;
	transition: all .2s ease;
}
.studioSlider .bx-next {
	background:url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/right-slider-nav.svg") !important;
	background-position:right top;
	background-repeat:no-repeat;
	right: -20px !important;
	top:40%;
	transition: all .2s ease;
}
.studioSlider .bx-next:hover {
	transform: scale(1.2) !important;
	transition: all .2s ease;
}

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

.testimonial-slider .bx-pager.bx-default-pager a {
    background: #707070 !important; 
    width: 10px !important;
    height: 10px !important;
    border-radius: 50% !important;
}
.testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, .testimonial-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: var(--bg-color) !important;
}
.testimonial-slider {
    margin-top: 40px;
}
.testimonial-slider p {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 400;
}
.testimonial-slider h6 {
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    margin-top: 5px;
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif;
}
.testimonial-slider .bx-wrapper .bx-controls-direction a {
    width: 25px;
    height: 58px;
    top: 25%;
}
.testimonial-slider .bx-wrapper .bx-prev, .testimonial-slider .bx-wrapper .bx-prev:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/white-arrows.png") no-repeat 0 0;
    margin-left: 0;
}
.testimonial-slider .bx-wrapper .bx-next, .testimonial-slider .bx-wrapper .bx-next:hover {
    background: url("https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/white-arrows.png") no-repeat -25px 0;
    margin-right: 0;
}


/*----------------------------Tabs--------------------------*/
.tabs {
    text-align: left;
}
.tabline li{
    display: inline-block;
}
.tabline ul {
    border-bottom: 2px solid var(--bg-color);
    padding: 0;
}
.tabline ul li a {
    font-family: 'Recoleta-Light', serif !important;
    display: inline-block;
    background-color: var(--bg-main);
    color: #ffffff;
    padding: 10px 20px;
    margin: 0 10px 0 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    list-style: none;
    min-width: 262px;
    font-size: 18px;
    line-height: 25px;
    position: relative;
}
.tabline ul li a:hover {
    text-decoration: none;
    background-color: var(--bg-color);
    position: relative;
}
.triangle-tab:before {
    content: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviafranchise/white-triangle.svg);
    display: inline-block;
    width: 15px;
    height: auto;
    position: absolute;
    left: -1px;
    margin-top: 15px;
}
.tabs > div {
    display: none;
}
.le-edit-open .tabs > div {
    display: block !important;
}
.tabs > div:after {
    clear: both;
    content:' ';
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.tabs > div.expanded {
    display: block !important;
}
.table-img img {
    border-radius: 5px;
}
.table-img {
    width: 350px;
    height: auto;
    padding-right: 25px;
}
.tabs h3 {
    color: var(--bg-color);
    font-size: 20px;
    margin-bottom: 20px;
}
.tabs h4 {
    font-size: 20px;
    line-height: 25px;
    font-family: 'Recoleta-Bold', serif;
}
.tabs h5 {
    font-size: 14px;
    line-height: 20px;
    font-family: 'Recoleta-Bold', serif;
}
.tabs h6 {
    font-size: 14px;
    line-height: 20px;
}
.tabs ul {
    padding-left: 15px !important;
}
.tab-padd {
    padding: 0 10px 0 0;
}
.tab-padd img {
    padding-right: 10px;
}
.tab1, .tab2, .tab3, .tab4 {
    border-bottom: 8px solid var(--bg-color);
    padding-bottom: 30px;
    margin-bottom: 30px;
}

/* Pop Up
----------------------------------------------------------------------------------------------------*/

.modal {
    top: 20%;
}
.modal-body {
    background-color: #F2F2F2;
}
.map-pop-up .modal-footer {
    background-color: #F2F2F2;
    padding: 0;
}
.modal-dialog {
    min-width: 1000px;
}

.modal-footer .btn {
    background-color: var(--bg-color);
    color: #fff;
    border: 0;
    text-transform: uppercase;
    margin-left: 40px;
    border-radius: 30px;
    padding: 12px 25px !important;
}
.btn {
    padding: 0 !important;
}
.modal-footer .btn:hover {
    background-color: var(--bg-main);
}
.map-pop-up .modal-header {
    padding: 0 !important;
    border: 0 !important;
    height: 0 !important;
    min-height: 0 !important;
    background-color: #F2F2F2;
}
.modal-header .close {
    background-color: var(--bg-color);
    color: #fff;
    padding: 5px 15px 10px 15px;
    z-index: 1000;
    position: relative;
    opacity: 1;
    font-size: 30px !important;
    margin-top: 0;
}
.modal-header .close:hover {
    background-color: var(--bg-main);
}
.popup-left {
    background-color: #000;
    padding: 40px 20px;
    text-align: center;
}
.popup-left img {
    border-radius: 50%;
    width: 200px;
    height: auto;
    margin: 15px 0;
}
.popup-left h2 {
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Recoleta-Bold', serif;
}
.popup-left h3 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Recoleta-Bold', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bg-color);
    margin-bottom: 0;
}
.popup-left h4 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Recoleta-Regular', serif;
    color: var(--bg-color);
}
.popup-left .se_button.button2 a, .popup-left a.se_button.button2 {
    margin-top: 30px !important;
}
.popup-left .se_button.button2 a:hover, .popup-left a:hover.se_button.button2 {
    background-color: #fff !important;
    color: #000 !important;
}
.popup-right {
    padding: 20px 40px;
    background-color: #F2F2F2;
}
.popup-right h2 {
    color: var(--bg-main);
    font-size: 30px;
    line-height: 40px;
    font-family: 'Recoleta-Bold', serif;
    text-transform: uppercase;
}
.popup-right h3 {
    color: var(--bg-main);
    font-size: 20px;
    line-height: 25px;
    font-family: 'Recoleta-Bold', serif;
}
.popup-right p a {
    color: var(--bg-main);
    font-family: 'Recoleta-Regular', serif;
}
.popup-right p a:hover {
    color: var(--bg-color);
}
.popup-right h6 {
    color: var(--bg-main);
    font-family: 'Recoleta-Bold', serif;
    font-size: 18px;
    margin-top: 50px;
    
}

/* Mobile Map
----------------------------------------------------------------------------------------------------*/

.expandable-trigger {
    cursor: pointer;
    text-align: center;
}
.expandable-trigger h2 a {
    background-color: var(--bg-color);
    color: #fff !important;
    padding: 13px 20px 10px 20px;
    border-radius: 15px;
    font-size: 24px;
    line-height: 30px;
    display: block;
}
.expandable-trigger h2 a:after {
    content: '\f078';
    font-family: 'FontAwesome';
    text-align: right;
    right: 0;
    float: right;
    font-size: 22px !important;
    margin-top: 0;
    color: #fff;
    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: none;
}
.le-edit-open .expandable-content { 
    display: block !important;
}
.map-expand {
    position: relative;
    margin: 0 0 10px 0;
    text-align: center;
}
.map-expand h3 {
    position: relative; 
    font-size: 16px;
    color: var(--bg-main);
    padding: 7px 15px 7px 15px;
    line-height: 30px !important;
    text-transform: uppercase;
    border-bottom: 1px solid #d6d4d4;
}
.map-expand h3:after {
    content: '\f078';
    font-family: 'FontAwesome';
    font-size: 12px !important;
    line-height: 20px !important;
    margin-left: 5px;
    top: -2px;
    position: relative;
    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;
}
.map-expand h3.active {
    background-color: #F3F1F1;
    margin-bottom: 10px !important;
}
.map-expand h3.active:before {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
}
.map-expand h3:hover {
    cursor: pointer;
    background-color: #F3F1F1;
}
.map-expand p a {
    color: var(--bg-main);
}
.map-expand p a:hover {
    color: var(--bg-color);
}
.map-expand img {
    border-radius: 50%;
    width: 200px;
    height: auto;
    margin: 15px 0;
}
.map-expand h4 {
    color: #000;
    font-size: 30px;
    line-height: 40px;
    font-family: 'Recoleta-Bold', serif;
}
.map-expand h5 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'Recoleta-Bold', serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--bg-main);
    margin-bottom: 0;
}
.map-expand h6 {
    font-size: 18px;
    line-height: 25px;
    font-family: 'Recoleta-Regular', serif;
    color: var(--bg-color);
}
@media (max-width: 767px) {
    #vmap {
        display: none;
    }
}
@media (min-width: 768px) {
    .expandable-trigger {
        display: none;
    }
    .le-edit-open .expandable-trigger {
        display: block;
    }
}

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

.se_siteBranding {
    padding: 10px 0 0 0;
    width: 190px !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 a {
    color: #fff;
    display: block;
    padding: 5px 0;
}
.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;
    margin-top: 0 !important;
    -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: 22px 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: 90px;
    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:0;
    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: #919191;
	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: #fff;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.hasChild > a.active-mobile-parent:after {
    content:"-";
    color: #fff;
}

.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;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild > a:after {
    display:inline-block;
    position: relative;
    left: 6px;
    top: -2px;
    content: "+";
    color: #fff;
	height: 0;
	width: 0;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild ul.le_menu_level_2 {
    height: 0;
    visibility: hidden;
    opacity:0;
    transition: all .3s ease;
}
.primary-mobile-menu li.le_menuitem_level_1.hasChild ul.le_menu_level_2.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 h6 {
    font-size: 14px;
    line-height: 25px;
}
.footer p, .footer p a {
    color: #ffffff;
    font-size: 14px;
}
.se_social {
    margin: 10px 0 10px 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: 12px 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: 767px) {
    h1 {
        font-size: 24px !important;
        line-height: 35px;
    }
    .bannertext h6 {
        margin-bottom: 15px;
    }
    .desktop-img {
        display: none !important;
    }
    .mobile-img img {
        width: 100%;
        height: auto;
    }
    .bannertext {
        top: 10%;
    }
    .bannertext img {
        margin: 10px auto !important;
    }
    .bannertext h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .bannertext h6 {
        font-size: 20px;
        line-height: 30px;
    }
    .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;
    }
    .mobile-text-border {
        border-left: 2px dotted var(--bg-main);
    }
    .header-content {
        padding-top: 95px;
    }
    .mobile-center {
        text-align: center;
    }
    .desktop-slider {
        display: none;
    }
    .desktop-break {
        display: none;
    }
    .desktop-only {
        display: none;
    }
    .topbanner h1 {
        font-size: 24px;
        line-height: 30px;
    }
    .blackbutton {
        display: none;
    }
    .InsideMenu {
        padding: 15px 0;
    }
    .InsideMenu a {
        padding: 5px 0;
        display: block;
        width: 100%;
    }
    .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: 35px;
    }
    .se_siteBranding img {
        width: 120px !important;
        height: auto !important;
    }
    .goldbar h3 {
        font-size: 16px;
        line-height: 25px;
    }
    .testimonialbox {
        text-align: center;
    }
    .testimonialbox img {
        margin: 0 auto !important;
        display: block !important;
    }
    .testimonial-box {
        padding-top: 25px;
        bottom: -25px !important;
    }
    .testimonial-slider {
        margin-top: 10px;
    }
    .testimonial-slider .bx-prev, .testimonial-slider .bx-next {
        display: none !important;
    }
    h2, h2 a, .title2, .title2 a {
        font-size: 24px;
        line-height: 30px;
    }
    .stars img, .stars2 img {
        width: 150px;
        height: auto;
    }
    .stars p, .stars2 p {
        font-size: 70px;
        line-height: 80px;
    }
    .testimonial-slider p {
        font-size: 14px;
        line-height: 25px;
    }
    .footer {
        text-align: center;
    }
    .footerbar {
    	height: 50px;
    }
    .testimonialbox2 {
        padding-left: 0;
        text-align: center;
    }
    .testimonialbox2:before {
        position: relative;
        top: -10px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    td, th {
        display: block;
        clear: both;
        text-align: center;
        margin: 0 auto;
    }
    td[data-th]:before {
        content: attr(data-th);
        float: left;
    }
    .table-img img {
        padding-right: 0 !important;
        width: 100%;
        height: auto;
    }
    .economicsbox {
        height: 450px !important;
    }
    .economicsbox ul {
        padding-left: 0 !important;
    }
    .mobile-economicsbox ul {
        margin: 0 !important;
    }
    .left-owner, .right-owner {
        padding: 0 0 25px 0;
        text-align: center;
    } 
    .testimonialbox .bx-wrapper .bx-controls-direction a {
        top: 30%;
    }
    .testimonialbox .bx-wrapper .bx-prev, .testimonialbox .bx-wrapper .bx-prev:hover {
        margin-left: 0;
    }
    .testimonialbox .bx-wrapper .bx-next, .testimonialbox .bx-wrapper .bx-next:hover {
        margin-right: 0;
    }
    #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;
    }
    .testimonial-box p:before {
        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%);
    }
    .lefttestimonial, .righttestimonial {
        display: none;
    }
    .mobile-testimonial {
        margin-bottom: 25px;
    }
    .mobile-testimonial h4 {
        font-size: 18px;
        line-height: 20px;
        font-family: 'Recoleta-Bold', serif !important;
        margin-top: 15px;
    }
    .mobile-testimonial-text {
        padding: 0 30px;
    }
    .set-height {
        height: 200px !important;
    }
    .mobile-only a {
        color: var(--bg-color) !important;
    }
    .special:before {
        font-size: 14px;
        width: 55px;
        height: 55px;
    }
}
@media (min-width: 768px) {
    .mobile-only a {
        display: none !important;
    }
    .mobile-img {
        display: none !important;
    }
    .set-height {
        height: 300px;
    }
    .header-content {
        margin-top: 125px;
    }
    .mobile-testimonial {
        display: none;
    }
    .blog_post_title {
        font-size: 36px !important;
    }
    .left-owner {
        text-align: right;
        padding-right: 100px;
    } 
    .right-owner {
        padding-left: 100px;
    } 
    .expand2 {
        display: none;
    }
    .primary-mobile-menu {
        margin-top: 100px;
    }
    .testimonialbox h6 {
        margin-top: 0;
    }
    .testimonialbox p {
        padding-right: 20px;
        font-size: 10px;
        line-height: 20px;
    }
    .footermenu {
        text-align: right;
        border-right: 1px solid #fff;
        padding: 8px 20px;
    }
    .testimonialbox img {
        padding-right: 20px;
        margin-left: 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-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;
    }
    .mt100 {
        margin-top: -100px;
        margin-bottom: -10px;
    }
    .mt50 {
        margin-top: -50px;
        margin-bottom: -7px;
    }
    .mt25 {
        margin-top: -25px;
        margin-bottom: -7px;
    }
    .row-height {
        min-height: 550px;
    }
    .tabline ul li a {
        min-width: 145px;
        font-size: 14px;
        line-height: 20px;
    }
    .InsideMenu a {
        font-size: 16px;
    }
    .bannertext {
        top: 5%;
    }
    .bannertext h1 {
        font-size: 36px;
        line-height: 45px;
    }
    .bannertext h6 {
        font-size: 28px;
        line-height: 35px;
    }
    .bannertext img {
        margin: 10px auto !important;
    }
    .icon-box, .icon-box-w, .icon-box-e, .icon-box-c, .icon-box-a, .icon-box-r  {
        min-height: 165px; 
    }
}
/* Light devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .testimonial-slider h6, .testimonial-slider p {
        padding: 0 150px;
    }
    .set-height {
        height: 450px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        padding-top: 7px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 11px;
        margin: 5px 5px 0 5px;
    }
    .testimonialbox h6 {
        margin-top: 20px;
    }
    .testimonialbox p {
        font-size: 20px;
        line-height: 30px;
    }
    .testimonialbox2 {
        margin: 50px 100px 0 25px;
    }
    .tabline ul li a {
        min-width: 200px;
        font-size: 18px;
        line-height: 25px;
    }
    .InsideMenu a {
        font-size: 18px;
    }
    .bannertext h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .bannertext h6 {
        font-size: 40px;
        line-height: 50px;
    }
    .bannertext {
        top: 10%;
    }
    .bannertext img {
        margin: 30px auto !important;
    }
    #vmap {
        width: 900px !important;
        height: 600px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .MainMenu {
        padding-top: 0px;
    }
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 13px;
        margin: 8px 10px 0 10px;
    }
    .testimonial-box {
        padding-top: 40px;
    }
    .testimonialbox p {
        font-size: 22px;
    }
    .testimonialbox2 {
        margin: 50px 125px 0 50px;
    }
    .tabline ul li a {
        min-width: 262px;
    }
    .underline-center2 {
        padding: 0 30px;
    }
    .economicsbox table {
        width: 60%;
        margin: 0 auto;
    }
    .bannertext h1 {
        font-size: 60px;
        line-height: 70px;
    }
    .bannertext h6 {
        font-size: 50px;
        line-height: 60px;
    }
    .bannertext {
        top: 20%;
    }
}
@media (min-width: 1300px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 14px;
        margin: 8px 12px 0 12px;
    }
    .bannertext h1 {
        font-size: 65px;
        line-height: 75px;
    }
}
@media (min-width: 1400px) {
    .MainMenu li.le_menuitem_level_0 a {
        font-size: 14px;
        margin: 8px 18px 0 18px;
    }
    .bannertext h1 {
        font-size: 70px;
        line-height: 80px;
    }
}

/* 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_title_link a {
    line-height: 20px !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 {
    font-family: 'Helvetica Neue LT W05 45 Light', sans-serif !important;
    display: table;
    color: #fff;
    padding: 7px 10px;
    background-color: var(--bg-color);
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 25px;
    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;
    }
    .h2-homepage h2 {
        font-size: 44px;
        line-height: 55px;
    }
}

#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;
}

/* ------ 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 .mobile-slider {
    display: block !important;
    position: relative;
}
.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-edit-open .mobile-slider {
    display: block;
}
.le-edit-open .expand2 {
    display: block;
}
.le-edit-open .map-pop-up {
    padding: 20px;
    background-color: #f2f2f2;
}
.le-edit-open .map-pop-up:before {
    content: 'POP UP BOX';
    color: #000 !important;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: relative;
}
.le-logged-in .mobile_social {
    position: relative !important;
}
.le-edit-open .mobile-testimonial {
    display: block !important;
}
.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;
}
.le-edit-open .mt25, .le-edit-open .mt50, .le-edit-open .mt100 {
    margin-top: 0 !important;
}
.le-logged-in .banner {
    margin-top: 0px;
}
.special {
    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;
}
.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;
}

@media (min-width: 768px) {
   /* 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;
    } 
}

/* 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-five {
}
.aurora_about-us #le_section-four {
    padding-top: 60px;
}
.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;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_about-us #le_section-three-area3 {
}
.aurora_about-us #le_section-three-area4 {
}
.aurora_about-us #le_section-three-area5 {
    padding-top: 25px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 25px;
}
.aurora_about-us #le_section-twelve {
}
.aurora_about-us #le_section-twleve-area3 {
}
.aurora_about-us #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_about-us #le_section-two-area10 {
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_about-us #le_section-two-area9 {
    margin-bottom: 25px;
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_confirmation #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_contact #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_covid #le_section-three {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_covid #le_section-two {
    background-color: rgb(0, 0, 0);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_day-spa-gift-cards #le_section-eight {
    padding-top: 0px;
    padding-bottom: 75px;
}
.aurora_day-spa-gift-cards #le_section-eight-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_day-spa-gift-cards #le_section-eight-area2 {
    margin-top: 0px;
    padding-right: 50px;
}
.aurora_day-spa-gift-cards #le_section-fifteen {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_day-spa-gift-cards #le_section-nine-area2 {
    padding-right: 100px;
    padding-left: 50px;
}
.aurora_day-spa-gift-cards #le_section-one {
}
.aurora_day-spa-gift-cards #le_section-two {
}
.aurora_day-spa-gift-cards #le_section-two-area9 {
}
.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 {
    margin-top: 85px;
}
.aurora_home #le_section-five-area1 {
    padding-right: 100px;
    padding-bottom: 25px;
    padding-left: 100px;
}
.aurora_home #le_section-four {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}
.aurora_home #le_section-four-area1 {
    padding-right: 28%;
    padding-left: 28%;
}
.aurora_home #le_section-four-area2 {
}
.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 {
}
.aurora_home #le_section-six-area1 {
}
.aurora_home #le_section-six-area5 {
}
.aurora_home #le_section-six-area6 {
}
.aurora_home #le_section-six-area7 {
}
.aurora_home #le_section-ten {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_home #le_section-three {
    padding-bottom: 100px;
}
.aurora_home #le_section-three-area11 {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 90px;
}
.aurora_home #le_section-three-area2 {
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 90px;
}
.aurora_home #le_section-three-area3 {
    margin-bottom: 0px;
}
.aurora_home #le_section-three-area4 {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 90px;
}
.aurora_home #le_section-three-area5 {
    margin-bottom: 0px;
}
.aurora_home #le_section-three-area6 {
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 90px;
}
.aurora_home #le_section-three-area7 {
}
.aurora_home #le_section-two {
    margin-bottom: 0px;
    padding-top: 75px;
    padding-bottom: 50px;
}
.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_home2 #le_header-text {
}
.aurora_home2 #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_home2 #le_headerTopRegion {
}
.aurora_home2 #le_section-eight {
}
.aurora_home2 #le_section-five {
    margin-top: 85px;
}
.aurora_home2 #le_section-five-area1 {
    padding-right: 100px;
    padding-bottom: 25px;
    padding-left: 100px;
}
.aurora_home2 #le_section-four {
    background-color: rgb(255, 255, 255);
    margin-top: 50px;
}
.aurora_home2 #le_section-four-area1 {
    padding-right: 28%;
    padding-left: 28%;
}
.aurora_home2 #le_section-four-area2 {
}
.aurora_home2 #le_section-nine {
}
.aurora_home2 #le_section-one {
}
.aurora_home2 #le_section-one-area2 {
}
.aurora_home2 #le_section-seven {
}
.aurora_home2 #le_section-six {
}
.aurora_home2 #le_section-six-area1 {
}
.aurora_home2 #le_section-six-area5 {
}
.aurora_home2 #le_section-six-area6 {
}
.aurora_home2 #le_section-six-area7 {
}
.aurora_home2 #le_section-three {
    padding-top: 75px;
    padding-bottom: 100px;
}
.aurora_home2 #le_section-three-area11 {
    padding-top: 20px;
    padding-right: 50px;
    padding-bottom: 20px;
    padding-left: 90px;
}
.aurora_home2 #le_section-three-area2 {
    padding-top: 25px;
    padding-right: 30px;
    padding-bottom: 25px;
    padding-left: 90px;
}
.aurora_home2 #le_section-three-area3 {
    margin-bottom: 0px;
}
.aurora_home2 #le_section-three-area4 {
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 90px;
}
.aurora_home2 #le_section-three-area5 {
    margin-bottom: 0px;
}
.aurora_home2 #le_section-three-area6 {
    padding-top: 90px;
    padding-right: 30px;
    padding-left: 90px;
}
.aurora_home2 #le_section-three-area7 {
}
.aurora_home2 #le_section-two {
    margin-bottom: 0px;
    padding-top: 75px;
    padding-bottom: 50px;
}
.aurora_home2 #le_section-two-area2 {
}
.aurora_home2 #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_home2 #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_home2 #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_home2 #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_home2 #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_location #le_section-three {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/candle.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_location #le_section-two {
    padding-bottom: 75px;
}
.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;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}
.aurora_massage #le_section-three {
    margin-bottom: 75px;
}
.aurora_massage #le_section-three-area1 {
    padding-right: 0px;
    padding-left: 0px;
}
.aurora_membership #le_section-five {
    background-color: rgb(0, 0, 0);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_membership #le_section-five-area19 {
    padding-right: 70px;
    padding-left: 70px;
}
.aurora_membership #le_section-five-area21 {
    padding-right: 40px;
}
.aurora_membership #le_section-five-area22 {
    padding-right: 40px;
}
.aurora_membership #le_section-three {
    padding-top: 75px;
    padding-bottom: 150px;
}
.aurora_membership #le_section-three-area1 {
}
.aurora_membership #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_men #le_section-one {
}
.aurora_our-guests #le_section-eleven {
    margin-bottom: 75px;
}
.aurora_our-guests #le_section-eleven-area1 {
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_our-guests #le_section-eleven-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/rocks-towel-candles.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 0px;
    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/spavia-national-hero-two-spavia-cares.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 450px;
}
.aurora_our-guests #le_section-two {
    padding-top: 50px;
}
.aurora_press--awards #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_privacy-policy #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_skin-care #le_section-one {
}
.aurora_skin-care #le_section-two {
    padding-top: 50px;
}
.aurora_spa-etiquette #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.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-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_spalebrations #le_section-eight {
}
.aurora_spalebrations #le_section-eight-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-eight-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/bridal-parties.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-eleven-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/birthday-parties-spalebration.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-eleven-area2 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-fifteen-area1 {
    padding-top: 100px;
    padding-bottom: 50px;
}
.aurora_spalebrations #le_section-fourteen-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-fourteen-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/couples-spalebration.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-nine-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/champagne-bachelorette.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-nine-area2 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/spalebrations.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 450px;
}
.aurora_spalebrations #le_section-ten {
}
.aurora_spalebrations #le_section-ten-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-ten-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/girls-night-out-spalebration.jpg);
    background-size: cover;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-thirteen-area1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/professional-spalebration.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-thirteen-area2 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-three {
}
.aurora_spalebrations #le_section-twelve-area1 {
    padding-right: 40px;
    padding-left: 40px;
}
.aurora_spalebrations #le_section-twelve-area2 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/baby-shower-spalebration.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 350px;
}
.aurora_spalebrations #le_section-two {
    padding-top: 60px;
}
.aurora_spalosophy #le_section-five {
    padding-top: 100px;
}
.aurora_spalosophy #le_section-one {
}
.aurora_spalosophy #le_section-six {
    padding-top: 0px;
    padding-bottom: 60px;
}
.aurora_spalosophy #le_section-three-area6 {
    padding-right: 15%;
    padding-left: 15%;
}
.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;
    padding-left: 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 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/hands-holding-plant_copy.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.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_summer-facial-giveaway #le_section-page-title-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_summer-facial-giveaway #le_section-twenty-six-area2 {
    padding-top: 25px;
    padding-right: 100px;
    padding-bottom: 25px;
    padding-left: 50px;
}
.aurora_summer-facial-giveaway #le_section-two-area1 {
    margin-bottom: 75px;
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_summer-facial-giveaway-entry-form #le_section-page-title-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_summer-facial-giveaway-entry-form #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_summer-facial-giveaway-entry-rules #le_section-page-title-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_summer-facial-giveaway-entry-rules #le_section-two {
    padding-bottom: 100px;
}
.aurora_summer-facial-giveaway-entry-rules #le_section-two-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_terms-and-conditions #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.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_treatments #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_treatments #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_treatments #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_treatments #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_treatments #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_twentieth-anniversary-facial #le_section-page-title-area1 {
}
.aurora_twentieth-anniversary-facial #le_section-thirty-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_twentieth-anniversary-facial #le_section-three-area1 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_twentieth-anniversary-facial #le_section-three-area6 {
    padding-right: 15%;
    padding-left: 15%;
}
.aurora_twentieth-anniversary-facial #le_section-twenty-five-area2 {
    background-color: rgb(255, 255, 255);
}
.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-first-visit #le_section-two {
    padding-top: 75px;
    padding-bottom: 75px;
}
.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-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 {
    margin-bottom: 25px;
    }
}
@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 {
    }
}
@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_confirmation #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_covid #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-fifteen {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_day-spa-gift-cards #le_section-two-area9 {
    }
}
@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 {
    padding-right: 100px;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@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-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 {
    }
}
@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-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area11 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three-area2 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@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 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@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 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@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_home2 #le_header-text {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_headerRegion1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_headerTopRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-five-area1 {
    padding-right: 100px;
    padding-left: 100px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-four-area1 {
    padding-right: 20%;
    padding-left: 20%;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-nine {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-one-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-seven {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-six {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-six-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-six-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area11 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area2 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area4 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area6 {
    padding-right: 50px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-three-area7 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-grid1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-grid2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-grid3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-grid4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home2 #le_section-two-grid5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_location #le_section-two {
    }
}
@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-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-five-area19 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-five-area21 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-five-area22 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-three {
    padding-top: 0px;
    padding-bottom: 150px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_membership #le_section-two {
    }
}
@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 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/spavia-national-hero-guest-relaxing-robe-mobile.jpg);
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-guests #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_press--awards #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@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-etiquette #le_section-two {
    }
}
@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-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-eight {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-eight-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-eight-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-eleven-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-fourteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-fourteen-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-nine-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-nine-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-ten {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-ten-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-ten-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-thirteen-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twelve-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-twelve-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_spalebrations #le_section-two {
    }
}
@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-area6 {
    }
}
@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 {
    }
}
@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_summer-facial-giveaway #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway #le_section-twenty-six-area2 {
    padding-top: 75px;
    padding-right: 50px;
    padding-bottom: 75px;
    padding-left: 50px;
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway-entry-form #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway-entry-form #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_terms-and-conditions #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_treatments #le_section-two-grid1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-two-grid2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-two-grid3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-two-grid4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_treatments #le_section-two-grid5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_twentieth-anniversary-facial #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_twentieth-anniversary-facial #le_section-thirty-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_twentieth-anniversary-facial #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_twentieth-anniversary-facial #le_section-three-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_twentieth-anniversary-facial #le_section-twenty-five-area2 {
    }
}
@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-first-visit #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-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: 50px;
    padding-bottom: 50px;
    }
}
@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 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_about-us #le_section-three-area3 {
    margin-bottom: 25px;
    }
}
@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 {
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    }
}
@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_confirmation #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_contact #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_covid #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-eight-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-eight-area2 {
    margin-top: 0px;
    padding-right: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-fifteen {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-nine-area2 {
    padding-right: 20px;
    padding-left: 20px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_day-spa-gift-cards #le_section-two-area9 {
    }
}
@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 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@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-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 {
    }
}
@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-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    padding-top: 0px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area11 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three-area4 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@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 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@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_home2 #le_header-text {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_headerRegion1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_headerTopRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-five-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-four-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-four-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-nine {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-one-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-seven {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-six {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-six-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-six-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-six-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three {
    padding-top: 0px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area11 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area2 {
    padding-top: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area4 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area6 {
    padding-top: 50px;
    padding-right: 40px;
    padding-bottom: 40px;
    padding-left: 40px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-three-area7 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-grid1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-grid2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-grid3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-grid4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home2 #le_section-two-grid5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-three {
    padding-top: 60px;
    padding-bottom: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_location #le_section-two {
    }
}
@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 {
    }
}
@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-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-five-area19 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-five-area21 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-five-area22 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_membership #le_section-two {
    }
}
@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 {
    padding-top: 60px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-one {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/spaviacorporate/spavia-national-hero-one-spavia-cares.jpg);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-guests #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_press--awards #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_privacy-policy #le_section-two {
    }
}
@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-etiquette #le_section-two {
    }
}
@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-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-eight {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-eight-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-eight-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-eleven-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-eleven-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-fifteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-fourteen-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-fourteen-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-nine-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-nine-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-ten {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-ten-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-ten-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-thirteen-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-thirteen-area2 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twelve-area1 {
    padding-top: 25px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-twelve-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_spalebrations #le_section-two {
    }
}
@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-area6 {
    }
}
@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_summer-facial-giveaway #le_section-page-title-area1 {
    padding-right: 5%;
    padding-left: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway #le_section-twenty-six-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway-entry-form #le_section-page-title-area1 {
    padding-right: 5%;
    padding-left: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway-entry-form #le_section-two-area1 {
    margin-bottom: 100px;
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-page-title-area1 {
    padding-right: 5%;
    padding-left: 5%;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_summer-facial-giveaway-entry-rules #le_section-two-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_terms-and-conditions #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_treatments #le_section-two-grid1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-two-grid2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-two-grid3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-two-grid4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_treatments #le_section-two-grid5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_twentieth-anniversary-facial #le_section-page-title-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_twentieth-anniversary-facial #le_section-thirty-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_twentieth-anniversary-facial #le_section-three-area1 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_twentieth-anniversary-facial #le_section-three-area6 {
    padding-right: 0px;
    padding-left: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_twentieth-anniversary-facial #le_section-twenty-five-area2 {
    }
}
@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-first-visit #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 ----------------- */
