@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,700,900');
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900');
@import url('https://fonts.googleapis.com/css?family=Great+Vibes&subset=latin-ext');

body {
    margin: 0 auto;
    color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: 300;
}

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

a {
	color: #d3a46d;
	text-decoration: none;
}
a:hover {
    color: #D3cac1;
}
a img {
	border: 0;
}
p {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	line-height: 25px;
	margin: 0;
	font-weight: 300;
}
h1, h1 a, .title1, .title1 a {
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 33px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 22px;
	line-height: 1.3;
	font-weight: 400;
	margin-bottom: 10px;
}
h3, h3 a, .title3, .title3 a {
	color: #000;
	font-family: 'Lato', san-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
	font-style: italic;
}
h4, h4 a, .title4, .title4 a {
	color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.3;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
    color: #000;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
}
blockquote {
    color: #939496;
	font-family: 'Lato', san-serif;
	font-size: 20px;
	margin: 0;
	text-align: center !important;
	line-height: 1.25;
	font-weight: 300;
	font-style: italic;
}
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;
}

/* Form Styling
----------------------------------------------------------------------------------------------------*/

.le_form {
    color: #efeade;
	font-family: 'PT Sans', sans-serif;
	font-size: 14px;
	margin: 0;
}
.le_form_name {
    color: #efeade;
    font-family: 'Playfair Display', serif;
	font-size: 24px;
	font-weight: 400;
	margin: 0 0 10px 0;
    text-transform: uppercase;
}
.wrapper input[type="submit"] {
    padding: 8px 15px;
	background-color: #d3a46d;
	border: 0;
	text-align: center;
	color: #ffffff;
    font-family: 'Playfair Display', serif;
	font-size: 17px;
    line-height: 18px;
	margin: 0;
    text-transform: uppercase;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	border-radius: 0 !important;
}
.wrapper input[type="submit"]:hover {
	background-color: #d3cac1;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	padding: 7px 5px 7px 5px;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	color: #000000;
	font-family: 'Playfair Display', serif;
	font-size: 14px;
    line-height: 18px;
	margin: 0;
}
.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
:-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
.newsletter {
    text-align: center;
}
.newsletter ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000 !important;
}
.newsletter ::-moz-placeholder { /* Firefox 19+ */
  color: #000 !important;
}
.newsletter :-ms-input-placeholder { /* IE 10+ */
  color: #000 !important;
}
.newsletter :-moz-placeholder { /* Firefox 18- */
  color: #000 !important;
}
.newsletter h6 {
    font-size: 30px;
    color: #000;
    font-family: 'Playfair Display', serif;
}
.newsletter input[type="text"], .newsletter input[type="password"], .newsletter textarea, #search_form_value {
    margin-bottom: -28px !important;
    border: 1px solid #efeade;
    background: rgba(141,141,142,0.0);
}
.ctct-custom-form label {
    color: #000 !important;
}
/* Site Classes
----------------------------------------------------------------------------------------------------*/

hr {
    border: 0;
    height: 2px;
    background-color: #f0ebd7;
    width: 50%;

}
.fullwidth img {
    width: 100%;
    height: auto;
}
.fullwidth-slider {
    position: relative;
}
.fullwidth-slider img {
    width: 100%;
    height: auto;
    margin-top: -5px !important;
}
.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;
}
.uppertext {
    position: absolute;
    top: 40%;
    text-align: center;
    left: 0;
    right: 0;
    padding-right: 25px;  
    padding-left: 25px;
}
.uppertext h1, .uppertext h2, .uppertext h3, .uppertext h4, .uppertext h5, .uppertext h6, .uppertext p, .uppertext {
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.uppertext h1 a, .uppertext h2 a, .uppertext h3 a, .uppertext h4 a, .uppertext h5 a, .uppertext h6 a, .uppertext p a, .uppertext a {
    color: #ffffff;
    text-shadow: 0px 1px 1px rgba(0,0,0,.45);
}
.uppertext h4 {
    font-size: 45px;
    line-height: 65px;
}
.uppertext h5 {
    font-size: 20px;
    line-height: 30px;
}
.uppertext a, a.uppertext {
	padding: 8px 25px !important;
	background: rgba(255,255,255,0);
	border: 2px solid #ffffff;
	font-family: 'Playfair Display', serif;
	color: #ffffff;
	text-shadow: 0px 1px 1px rgba(0,0,0,.0) !important;
}
.uppertext a:hover, a:hover.uppertext {
	background: rgba(240,235,215,.5);
	color: #ffffff;
}
.pricebox {
    border: 1px solid #f0ebd7;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.pricebox2 {
    border: 1px solid #000;
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.pricebox2 h2 { 
    font-size: 24px;
}
.pricebox img {
    width: 100%;
    height: auto;
}
.pricebox2 img {
    width: 100%;
    height: auto;
}
.Leftline {
    border-right: 0px solid #fff;
    height: 50%;
    margin-right: 0;
}
.popupform {
    padding: 20px !important;
}
.popupform-title {
    padding-top: 15px !important;
}
.ctct-custom-form .ctct-button {
    background-color: #d3a46d !important;
    text-transform: uppercase;
}
.ctct-custom-form p {
    margin-bottom: 10px !important;
}
.ctct-custom-form {
    padding: 8px 15px 0 15px !important;
}
.ctct-custom-form .ctct-form-footer {
    color: #000 !important;
}
.le_jqueryui_target h1, .le_jqueryui_target h2, .le_jqueryui_target h3, .le_jqueryui_target h4, .le_jqueryui_target h5, .le_jqueryui_target h6, .le_jqueryui_target li, .le_jqueryui_target p {
    color: #000 !important;
}
/*-------------------------CTAS------------------------*/

.hovereffect {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin-bottom: 25px;
}
/*.hovereffect .overlay {*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    position: absolute;*/
/*    overflow: hidden;*/
/*    top: 0;*/
/*    left: 0;*/
/*    background-color: rgba(0,0,0,0.4);*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    transition: all 0.4s ease-in-out;*/
/*}*/
.hovereffect:hover .overlay {
    background-color: rgba(0,0,0,0.6);
}
.hovereffect img {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
}
.hovereffect {
    position: relative;
}
.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    font-size: 25px;
    padding-left: 10%;
    padding-right: 10%;
    margin: 0 auto;
    /*-webkit-transform: translateY(45px);*/
    /*-ms-transform: translateY(45px);*/
    /*transform: translateY(45px);*/
    /*-webkit-transition: all 0.4s ease-in-out;*/
    /*transition: all 0.4s ease-in-out;*/
}
/*.hovereffect:hover h2 {*/
/*    -webkit-transform: translateY(5px);*/
/*    -ms-transform: translateY(5px);*/
/*    transform: translateY(5px);*/
/*}*/
/*.hovereffect a.info {*/
/*    display: inline-block;*/
/*    text-decoration: none;*/
/*    text-transform: uppercase;*/
/*    color: #fff;*/
/*    border: 2px solid #ffffff;*/
/*    font-family: 'Playfair Display', serif;*/
/*    background: rgba(255,255,255,0);*/
/*    opacity: 0;*/
/*    filter: alpha(opacity=0);*/
/*    -webkit-transform: scale(0);*/
/*    -ms-transform: scale(0);*/
/*    transform: scale(0);*/
/*    -webkit-transition: all 0.4s ease-in-out;*/
/*    transition: all 0.4s ease-in-out;*/
/*    font-weight: normal;*/
/*    margin: 15px 0 0 0;*/
/*    padding: 8px 25px !important;*/
/*}*/
/*.hovereffect:hover a.info {*/
/*    opacity: 1;*/
/*    filter: alpha(opacity=100);*/
/*    -webkit-transform: scale(1);*/
/*    -ms-transform: scale(1);*/
/*    transform: scale(1);*/
/*}*/
/*.hovereffect a.info:hover {*/
/*    background: rgba(240,235,215,.5);*/
/*	color: #ffffff;*/
/*}*/

/* Style Editor
----------------------------------------------------------------------------------------------------*/
.mb_schedule .le_metro_silver_button .signup .le_mb_button {
    position: relative;
    display: inline-block !important;
    margin-bottom: 10px !important;
    padding: 7px 10px;
    background-color: #cdc2aa;
    color: #ffffff;
    -webkit-border-radius: 0;
    -moz-border-radius:0;
    border-radius: 0;
    text-decoration:none;
    font-weight:300;
    box-shadow:none;
    background:#cdc2aa;
    border:none;
    text-shadow:none;
    text-transform: uppercase;
}
.le_metro_silver_button {
    background: #cdc2aa !important;
    color: #ffffff !important;
    text-shadow: 0px 0px 0 #FFFFFF !important;
    border: 0 solid #ffffff !important;
    padding: 7px 10px;
    text-transform: uppercase !important;
}
.le_metro_silver_button:hover {
    background: #532b48 !important;
}
.mb_schedule .le_metro_silver_button:hover {
    color: #ffffff;
    background-color:#532b48;
}
.se_button a, a.se_button {
	position: relative;
	display: inline-block;
	margin-bottom: 15px;
	line-height: 1em;
	border:0px solid transparent;
	font-weight:400;
	background-color: #0e58a8;
	color: #ffffff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.se_button a:hover, a:hover.se_button {
    text-decoration: none;
    background-color: #000000;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}
.se_button.button1 a, a.se_button.button1 {
	background: rgba(255,255,255,0);
	border: 2px solid #d3a46d !important;
	font-family: 'Playfair Display', serif;
	padding: 10px 25px !important;
	color: #d3a46d;
	display: inline-block;
}
.se_button.button1 a:hover, a:hover.se_button.button1 {
    background-color: #D3cac1;
	color: #ffffff;
}
.se_button.button2 a, a.se_button.button2 {
	font-family: 'Playfair Display', serif;
	padding: 7px 13px !important;
	color: #ffffff;
    background: rgb(0,0,0); /* Old browsers */
    /*background: -moz-linear-gradient(top,  rgba(240,235,215,1) 0%, rgba(204,192,168,1) 100%);*/
    /*background: -webkit-linear-gradient(top,  rgba(240,235,215,1) 0%,rgba(204,192,168,1) 100%);*/
    /*background: linear-gradient(to bottom,  rgba(240,235,215,1) 0%,rgba(204,192,168,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ebd7', endColorstr='#ccc0a8',GradientType=0 );*/
    display: inline-block;
}
.se_button.button2 a:hover, a:hover.se_button.button2 {
    background: #cdc2aa;
	color: #ffffff;
}
.se_button.fullwidthButton a, a.se_button.fullwidthButton {
    display: block;
    text-align: center;
	font-family: 'Playfair Display', serif;
	padding: 8px 20px;
	color: #ffffff;
    background: rgb(240,235,215); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(240,235,215,1) 0%, rgba(204,192,168,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(240,235,215,1) 0%,rgba(204,192,168,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(240,235,215,1) 0%,rgba(204,192,168,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0ebd7', endColorstr='#ccc0a8',GradientType=0 ); /* IE6-9 */
}
.se_button.fullwidthButton a:hover, a:hover.se_button.fullwidthButton {
    background: #cdc2aa;
	color: #ffffff;
}
.se_buttonLarge a, a.se_buttonLarge {
	padding: 15px 50px;
}
.se_cta a, a.se_cta {
	display: block;
    margin-bottom: 20px;
	padding: 12px;
    border: 5px solid #000000;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	color: #000000;
	text-align: center;
}
.se_cta a:hover, a:hover.se_cta {
    color: #cc3300;
	border-color: #cc3300;
    text-decoration: none;
}
.se_siteBranding {
    text-align: center !important;
}
.se_siteBranding img {
    max-width: 100%;
    height: auto;
}
.footer_se_social {
    margin-top: 10px !important;
}
.footer_se_social a {
    color: #ffffff;
    font-size: 20px;
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 5px;
}
.footer_se_social a:hover {
    color: #57585c;
    text-decoration: none;
}

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

.wrapper {
	width: 100%;
	overflow-x: hidden !important;
}
.wrapperinner {
    border: 10px solid #532b48;
    margin-top: 25px !important;
    margin-bottom: 25px !important;
}
.wrapperinner .container {
    padding: 25px 0 25px 0 !important;
}
.se_mainContent {
    
}
.se_mainContent {
    margin-top: -5px !important;
}

/* Header
----------------------------------------------------------------------------------------------------*/

.header {
	padding: 15px 30px 15px 30px;
}
.headerLeft {
    min-height: 1px;
    text-align: center;
}
.headerRight {
    text-align: center;
}
.header a {
    font-size: 12px !important;
}
.header_se_social {
    text-align: right;
}
.header_se_social a {
    color: rgb(0,0,0); /* Old browsers */
    color: -moz-linear-gradient(left,  rgba(239,231,194,1) 0%, rgba(204,186,148,1) 100%); /* FF3.6-15 */
    color: -webkit-linear-gradient(left,  rgba(239,231,194,1) 0%,rgba(204,186,148,1) 100%); /* Chrome10-25,Safari5.1-6 */
    color: linear-gradient(to right,  rgba(239,231,194,1) 0%,rgba(204,186,148,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	margin: 0 1px;
}
.header_se_social a:hover {
    color: #c6b9a0;
    text-decoration: none;
}
.header-right2 {
    margin-top: -25px !important;
}

/* Navigation
----------------------------------------------------------------------------------------------------*/

.navigation {
    position: relative;
    padding: 0 30px;
}
.navicon {
    position: relative;
    line-height: 45px;
    height: 45px;
    padding: 10px 35px;
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
}
.navicon:after {
    position: absolute;
    content: '\f0c9';
    font-family: 'FontAwesome';
    top: 0;
    left: 0;
    right: 0;
    font-size: 30px;
    color: #000;
}
.navicon:hover {
    cursor: pointer;
}
.MainMenu {
    display: none;
    width: 100%;
}
.MainMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0 0 10px 0;
}
.MainMenu li {
	list-style-type: none;
	text-decoration: none;
}
.MainMenu .le_menu_level_container {
	position: relative;
}
.MainMenu li.le_menuitem_level_0 a {
	display: block;
	padding: 3px 0;
	color: #000000;
    font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 26px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_0 a:hover {
	color: #c7bba3;
}
.MainMenu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_1 a {
	display: block;
	padding: 3px 10px;
	color: #000000;
    font-family: 'Lato', sans-serif;
	font-size: 22px;
	line-height: 24px;
	text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.MainMenu li.le_menuitem_level_1 a:hover {
	color: #cc3300;
}
.MainMenu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.MainMenu li.le_menuitem_level_2 a {
    padding: 10px 20px;
}
.dropdown ul {
    display: none;
}

/* ---- Separate Mobile Menu ---- */

.OpenMobileMenu .navicon:before {
    position: fixed;
    right: 20px;
    top: 20px;
    color: #532b48;
    content: '\00d7';
    z-index: 1500;
    font-size: 30px;
}
.primary-mobile-menu {
    /*visibility: hidden;*/
    position: absolute;
    position: fixed;
    top: 0;
    right:-240px;
    height: 100%;
    z-index: 1001;
    width: 240px;
    padding: 15px;
    overflow-x: none;
    overflow-y: auto;
    font-size: 15px;
    background-color: #ffffff !important;
    border-left: 1px solid rgba(0,0,0,.07);
    -webkit-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    box-shadow: inset 0 0 5px 5px rgba(0,0,0,.05);
    transition: right .3s ease;
}

.OpenMobileMenu .primary-mobile-menu {
    /*visibility: visible;*/
    right:0;
}

.le-logged-in .primary-mobile-menu {
    top:40px;
}

.primary-mobile-menu ul.le_menu_level_0 {
    margin: 0;
	padding: 20px 0 10px 0;
	text-align: left;
}
.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: .5em 0 .5em 0;
    font-family: 'Lato', sans-serif;
	font-size: 18px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: uppercase;
    word-break:break-word;
    border-bottom: 1px solid rgba(0,0,0,.05);
    color: #000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.primary-mobile-menu li.le_menuitem_level_0.dropdown < a {
    border-bottom:0;
}
.primary-mobile-menu li.le_menuitem_level_0 a:hover {
	/*color: #323232;*/
}

.primary-mobile-menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	height: auto;
}
.primary-mobile-menu li.le_menuitem_level_1 a {
	display: block;
	padding: 7px 5px 7px 5px;
	margin-left:12px;
    font-family: 'Lato', sans-serif;
    color: #000;
	font-size: 15px !important;
	line-height: 1em;
	text-decoration: none;
    text-transform: none;
	background-image: none;
}
.primary-mobile-menu li.le_menuitem_level_1 a:hover {
}
.primary-mobile-menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
}
.primary-mobile-menu li.le_menuitem_level_2 a {
    padding: 7px 5px 7px 5px;
    margin-left: 24px;
}

/*Push Wrapper when Mobile Menu is open*/
@media (max-width: 767px) { 
    
    .primary-mobile-menu .le_menu_level_1_container,
    .menu-bar ul.le_menu_level_2 {
        background: transparent !important;
    }
    
    .OpenMobileMenu .wrapper{
        right:240px;
    }
    .OpenMobileMenu .menu-bar{
        right:240px;
        left: initial;
    }
}

/* ---- End Separate Mobile Menu ---- */

/* ---- Header Menu ---- */

.HeaderMenu li {
	list-style-type: none;
	text-decoration: none;
}
.HeaderMenu {
    display: block;
    text-align: right;
}
.HeaderMenu ul.le_menu_level_0 {
    margin: 0;
    padding: 0;
}
.HeaderMenu li.le_menuitem_level_0 {
	display: inline-block;
}
.HeaderMenu li.le_menuitem_level_0 a {
    display: block;
    padding: 10px 9px 0 9px !important;
    color: #d0c5ae;
    font-family: 'Lato', sans-serif;
    font-size: 10px !important;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
}
.HeaderMenu li.le_menuitem_level_0 a:hover {
    color: #939496;
}
.HeaderMenu ul.le_menu_level_1 {
    display: none;
    margin: 0px;
    margin-left: -20%;
    text-align: center;
    padding-top: 5px !important;
    background-color: transparent;
    position: absolute;
    text-align: left;
    z-index: 210;
    background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/organicbronze/site-dropdownarrow_15.png') !important;
    background-repeat: no-repeat;
    background-position: top center;
    background-position-y: 0px;
    background-position-x: 60px;
}
.HeaderMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
	display: block;
}
.HeaderMenu li.le_menuitem_level_1 a {
    border-left: 1px solid #f0ebd7;
    border-right: 1px solid #f0ebd7;
	display: block;
    padding: 0px 10px !important;
    color: #939496;
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #ffffff;
    min-width: 100px;
    line-height: 20px !important;
}
.HeaderMenu li.le_menuitem_level_1:first-of-type a {
    border-top: 1px solid #f0ebd7;
}
.HeaderMenu li.le_menuitem_level_1:last-of-type a {
    border-bottom: 1px solid #f0ebd7;
}
.HeaderMenu li.le_menuitem_level_1 a:hover {
	color: #939496;
	background-color: #f0ebd7;
}

/* Content
----------------------------------------------------------------------------------------------------*/


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

.footer-bottom {
    padding: 50px 0 150px 0;
    background-color: #000;
    line-height: 25px !important;
}
.footer-bottom h6 {
    font-size: 16px !important;
}
.footer-bottom h1, .footer-bottom h2, .footer-bottom h3, .footer-bottom h4, .footer-bottom h5, .footer-bottom h6, .footer-bottom p, .footer-bottom {
    color: #ffffff;
}
.footer-bottom h1 a, .footer-bottom h2 a, .footer-bottom h3 a, .footer-bottom h4 a, .footer-bottom h5 a, .footer-bottom h6 a, .footer-bottom p a, .footer-bottom a {
    color: #ffffff;
}

/* MB Schedule
----------------------------------------------------------------------------------------------------*/


/* MB Login
----------------------------------------------------------------------------------------------------*/

label {
    text-align: left !important;
    left: 0 !important;
}
#existing_clients {
    padding-right: 25px !important;
}
#existing_clients h3 {
    background-color: #d3a46d !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#new_clients h3 {
    background-color: #d3a46d !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 20px !important;
}
#existing_clients label {
    text-align: left !important;
    width: 100% !important;
    margin-top: 5px !important;
}
.mb_login_existing_label {
    width: 120px !important;
}
.mb_login_existing_row {
    width: 100% !important;
}
#le_mb_loginsignup .mb_login_existing_input {
    width: 100% !important;
    margin-left: -5px !important;
    margin-top: 10px !important;
}
.mb_login_new_label {
    width: 100% !important;
    text-align: left !important;
    margin-left: 5px !important;
    margin-bottom: 10px !important;
}
#new_clients label {
    text-align: left !important;
    width: 100% !important;
}
.mb_login_new_input {
    width: 100% !important;
}
.wrapper input[type="text"], .wrapper input[type="email"], .wrapper input[type="password"], .wrapper textarea {
    width: 100% !important;
}
.mb_login_new_row {
    width: 100% !important;
}
.password_info {
    width: 100% !important;
    margin-left: 0 !important;
    text-align: left !important;
    margin-bottom: 20px !important;
}
#i_agree_row {
    width: 100% !important;
    margin: 15px 0 !important;
    text-transform: uppercase;
}
#signup_submit {
    margin-left: 0 !important;
}
.liab_title {
    text-transform: uppercase !important;
    color: #efeade !important;
    font-size: 16px !important;
    margin-bottom: 15px !important;
}
.liability_text {
    height: 200px !important;
    overflow-x: scroll !important;
}
#le_mb_loginsignup h2 {
    background-color: #532c47 !important;
    text-transform: uppercase;
    color: #ffffff !important;
    padding: 10px 10px !important;
}
#mb_login_question label {
    width: 100% !important;
    text-align: left !important;
}

@media (max-width: 768px) {
    #le_mb_loginsignup h3 {
        font-size: 16px !important;
        margin-bottom: -25px !important;
    }
    #mb_login_question input {
        width: 100% !important;
        max-width: 100% !important;
        min-width: 100% !important;
    }
    #login_form {
        margin-bottom: 40px !important;
    }
    #le_mb_loginsignup h2 {
        font-size: 18px !important;
    }
    #login_submit {
        width: 100px !important;
    }
    .seFormButton, .wrapper input[type="submit"].seFormButton {
        padding: 12px 15px !important;
    }
    #login_form input[type="submit"].seFormButton {
        margin-top: -15px !important;
    }
    #signup_submit {
        display: block !important;
        margin-top: 20px !important;
    }
    .liability_text {
        margin-bottom: 20px !important;
    }
}
@media (min-width: 768px) {
    #le_mb_loginsignup {
        padding: 0 50px;
    }
}
.mb_login_new_input select {
    color: #000 !important;
}

/* MB Individual Classes Page
----------------------------------------------------------------------------------------------------*/

#le_mb_class_page h2 {
    background-color: #532c47;
    padding: 15px 20px;
    color: #ffffff !important;
    text-transform: uppercase;
    font-size: 20px !important;
    margin-bottom: 10px;
}
.staff_side {
    width: 45% !important;
}
.staff_bio_cutoff {
    height: 110px !important;
}
#class_info h4 {
    text-transform: uppercase;
    margin-bottom: 10px !important;
}
#class_info {
    border: 3px solid #532c47 !important;
    padding: 15px !important;
}
.staff_info{
    border: 3px solid #532c47 !important;
    padding: 15px !important;
    margin-bottom: 15px !important;
}
.staff_side .taught_by {
    text-transform: uppercase !important;
    font-size: 20px !important;
    background-color: #532c47 !important;
    color: #ffffff !important;
    padding: 10px 20px !important;
    display: block !important;
    margin-bottom: 20px !important;
}
.staff_side {
    margin-top: -9px !important;
}
.staff_side .morelink {
    background-color: #532c47 !important;
    color: #ffffff !important;
    padding: 5px 15px !important;
    margin-left: 0px !important;
    display: inline-block !important;
    border-radius: 3px 3px 3px 3px !important;
    margin-top: 10px !important;
}
@media (max-width: 768px) {
    .staff_side {
        width: 100% !important;
    }
    #class_info {
        border: 0 solid #ffffff !important;
    }
    .staff_side .taught_by {
        font-size: 16px !important;
        margin-bottom: 0px !important;
        margin-top: 20px !important;
    }
    #class_info {
        width: 100% !important;
    }
}

/* MB Staff
----------------------------------------------------------------------------------------------------*/

#le_mb_staff_page h2 {
    background-color: #532c47;
    color: #ffffff;
    padding: 10px 20px;
    margin-bottom: 15px !important;
}
.class_list a {
    text-transform: uppercase;
}
@media (min-width: 768px) {
    .mb_staff_image {
        margin-left: 25px !important;
    }
    #le_mb_staff_page {
        padding: 0 50px !important;
    }
}

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

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
@media (max-width: 767px) { 
    .header {
        text-align: center !important;
        padding: 10px 0 0 0 !important;
    }
    .header_se_social {
        text-align: left !important;
    }
    .se_siteBranding {
        margin-top: 15px;
        padding: 0 20px !important;
    }
    .header_se_social {
        margin-top: 8px !important;
    }
    .noPadding {
        padding: 0 !important;
    }
    .HeaderMenu li.le_menuitem_level_0 a {
        padding: 10px 5px 0 5px !important;
        font-size: 10px !important;
    }
    .uppertext h4 {
        font-size: 23px !important;
        line-height: 45px !important;
    }
    .uppertext h5 {
        font-size: 14px !important;
        line-height: 24px !important;
    }
    .newsletter {
        text-align: left !important;
    }
    .footerbutton {
        margin-bottom: 20px;
    }
    .hovereffect {
        width: 100% !important;
        height: 100%;
    }
    .hovereffect img {
        width: 100% !important;
        height: auto;
    }
    .Leftline {
        border-right: 0px solid #fff;
        height: 50%;
        margin-right: 0;
    }
    .header-right2 {
        text-align: center;
    }
    .desktop-only {
        display: none;
    }
}
@media (max-width: 768px) { 
    .se_button.button2 a, a.se_button.button2 {
        padding: 8px 10px;
    }
    .header_se_social {
        padding-right: 8px;
    }
    .newsletter input[type="text"], .newsletter input[type="password"], .newsletter textarea, #search_form_value {
        width: 100% !important;
    }
    .hovereffect {
        width: 100% !important;
        height: 100% !important;
    }
    .hovereffect img {
        width: 100% !important;
        height: auto !important;
    }
    .uppertext {
        position: relative !important;
        background-color: #000000;
        padding: 25px 0;
    }
    .Leftline {
    border-right: 0px solid #fff;
    height: 50%;
    margin-right: 0;
    }
    .cta-img {
        margin-bottom: 30px;
    }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .cta-img {
        margin-bottom: -100px;
    }
    .navicon {
        display: none;
    }
    .MainMenu {
        display: block;
        text-align: center;
        border-top: 1px solid #f0ebd7;
    }
    .MainMenu ul.le_menu_level_0 {
        margin: 0;
        padding: 0;
    }
    .MainMenu li.le_menuitem_level_0 {
    	display: inline-block;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	display: block;
    	padding: 10px 10px 0 10px;
    	color: #000;
    	font-family: 'Lato', sans-serif;
    	font-size: 13px;
    	text-decoration: none;
    	text-transform: uppercase;
        -webkit-transition: all .2s ease;
        -moz-transition: all .2s ease;
    	transition: all .2s ease;
    }
    .MainMenu li.le_menuitem_level_0 a:hover {
    	color: #c7bba3;
    }
    .MainMenu ul.le_menu_level_1 {
        display: none;
        margin-top: -4px !important;
        margin-left: -3%;
        text-align: center;
        padding-top: 5px !important;
        background-color: transparent;
        position: absolute;
        text-align: left;
        z-index: 210;
        background-image: url('https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/organicbronze/site-dropdownarrow_15.png') !important;
        background-repeat: no-repeat;
        background-position: top center;
        background-position-y: 0px;
        background-position-x: 30px;
    }
    .MainMenu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    .MainMenu li.le_menuitem_level_1 a {
        border-left: 1px solid #f0ebd7;
        border-right: 1px solid #f0ebd7;
    	display: block;
        padding: 5px 10px;
        color: #939496;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        background-color: #ffffff;
        min-width: 160px;
    }
    .MainMenu li.le_menuitem_level_1:first-of-type a {
        border-top: 1px solid #f0ebd7;
    }
    .MainMenu li.le_menuitem_level_1:last-of-type a {
        border-bottom: 1px solid #f0ebd7;
    }
    .MainMenu li.le_menuitem_level_1 a:hover {
    	color: #939496;
    	background-color: #f0ebd7;
    }
    .MainMenu .le_menu_level_2_container {
    	float: right;
    	margin-top: -35px;
    	padding: 0;
    }
    .MainMenu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 10;
    	display: none;
    	margin: 0;
    	padding: 0;
    	text-align: left;
    }
    .MainMenu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .dropdown ul {
        display: block;
    }
    .info {
        padding-right: 50px;
    }
    .se_siteBranding2 {
        padding-right: 50px;
    }
    .primary-mobile-menu {
        display: none;
    }
    .footerbutton {
        display: none;
    }
    .header_se_social a {
        font-size: 16px !important;
    }
    .hovereffect {
        width: 450px !important;
        height: 100%;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
    .hovereffect img {
        width: 450px !important;
        height: auto;
    }
    .HeaderMenu {
        margin-top: -15px !important;
    }
    .HeaderMenu li.le_menuitem_level_0 a {
        padding: 10px 9px 0 9px !important;
        font-size: 10px !important;
    }
    .stayAndBG {
        position: fixed;
        top: 0px;
        z-index:100;
        height: 50px !important;
        padding: 0 !important;
        background-color: #ffffff !important;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
        -webkit-transition: all .7s ease;
	    -moz-transition: all .7s ease;
	    transition: all .7s ease;
    }
    .Leftline {
        border-right: 0px solid #fff;
        height: 50%;
        margin-right: 0;
    }
    .header-right2 {
        text-align: right;
    }
    .newsletter input[type="submit"] {
        position: relative;
        bottom: -2.5px !important;
    }
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .headerLeft {
        text-align: left;
    }
    .headerRight {
        text-align: right;
    }
    .footerLeft {
        text-align: left;
    }
    .MainMenu li.le_menuitem_level_0 a {
    	padding: 10px 20px 5px 20px;
    }
    .newsletter input[type="text"], .newsletter input[type="password"], .newsletter textarea, #search_form_value {
        width: 300px !important;
    }
    .header_se_social a {
        font-size: 10px !important;
    }
    .hovereffect {
        width: 100% !important;
        height: 100%;
    }
    .hovereffect img {
        width: 450px !important;
        height: auto;
    }
    .HeaderMenu li.le_menuitem_level_0 a {
        padding: 10px 9px 0 9px !important;
        font-size: 9px !important;
    }
    .HeaderMenu {
        margin-top: -10px !important;
    }
    .Leftline {
    border-right: 3px solid #f0ebd7;
    height: 50%;
    margin-right: -30px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .header_se_social a {
        font-size: 15px !important;
    }
    .HeaderMenu li.le_menuitem_level_0 a {
        padding: 10px 9px 0 9px !important;
        font-size: 10px !important;
    }
    .Leftline {
    border-right: 3px solid #f0ebd7;
    height: 50%;
    margin-right: -30px;
    }
}


/* Resets
----------------------------------------------------------------------------------------------------*/

a#forgot_password_link {
    background: none !important;
    padding: 0 !important;
    line-height: 30px;
}
.blog_post_title, .blog_post_listing_title_link {
    font-size: 18px;
}
button::-moz-focus-inner,
	input[type="button"]::-moz-focus-inner,
	input[type="submit"]::-moz-focus-inner,
	input[type="reset"]::-moz-focus-inner {
	padding: 0 !important;
	border: 0 none !important;
}
img {
    max-width: 100%;
    height: auto;
}
.staff_side {
	width: 100% !important;
	margin-left: 0 !important;
}
.textfield {
    width: 200px !important;
    height: inherit !important;
}
.wrapper img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}
.wrapper table {
	border-spacing: 0 !important;
}

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

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

/*----------Hiding Style Editor  (for use with Premium sites with Regions) END-------*/
.le-edit-open .footerbutton {
    display: relative !important;
}
.mfp-iframe-scaler iframe {
    height: 549px !Important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_airbrush-tanning #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_airbrush-tanning #le_section-five {
    background-color: rgb(239, 234, 222);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_airbrush-tanning #le_section-four {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-four-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-four-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-six {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-six-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-six-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-six-area21 {
    padding-bottom: 50px;
}
.aurora_airbrush-tanning #le_section-three {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_airbrush-tanning #le_section-three-area11 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-three-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: 20px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_airbrush-tanning #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
    padding-bottom: 0px;
}
.aurora_book-online #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_bronze #le_section-five {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/organicbronze/img-goldbkg.jpg);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 30px;
}
.aurora_bronze #le_section-two {
    padding-top: 50px;
}
.aurora_careers #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_careers #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_caring-for-your-tan #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_caring-for-your-tan #le_section-one {
    background-color: rgb(211, 164, 109);
}
.aurora_caring-for-your-tan #le_section-three {
    background-color: rgb(239, 234, 222);
}
.aurora_caring-for-your-tan #le_section-three-area1 {
    background-color: rgb(239, 234, 222);
}
.aurora_designer-swimwear #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_designer-swimwear #le_section-two-area11 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_designer-swimwear #le_section-two-area12 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_designer-swimwear #le_section-two-area2 {
    border-color: rgb(240, 235, 215);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_designer-swimwear #le_section-two-area3 {
    border-color: rgb(240, 235, 215);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_designer-swimwear #le_section-two-area4 {
    border-color: rgb(240, 235, 215);
    border-width: 0px;
    border-radius: 0px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
}
.aurora_fat-burning-products #le_section-three {
    margin-bottom: 50px;
}
.aurora_fat-burning-products #le_section-three-area11 {
    border-style: solid;
    border-color: rgb(240, 235, 215);
    border-width: 1px;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_fat-burning-products #le_section-three-area12 {
    border-style: solid;
    border-color: rgb(240, 235, 215);
    border-width: 1px;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_fat-burning-products #le_section-two {
    padding-top: 50px;
    padding-bottom: 20px;
}
.aurora_general-information #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_general-information #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_gift-cards #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_home #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_home #le_section-four {
    background-size: cover;
    margin-top: 50px;
    padding-top: 18px;
    padding-bottom: 25px;
}
.aurora_home #le_section-three {
    background-color: rgb(239, 234, 222);
}
.aurora_home #le_section-two {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_home1 #le_section-four {
    background-image: url(http://96bda424cfcc34d9dd1a-0a7f10f87519dba22d2dbc6233a731e5.r41.cf2.rackcdn.com/organicbronze/img-goldbkg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 10px;
    padding-bottom: 20px;
}
.aurora_home1 #le_section-three {
    padding-top: 40px;
    padding-bottom: 125px;
}
.aurora_home1 #le_section-two {
    padding-top: 40px;
    padding-bottom: 40px;
}
.aurora_infrared-sauna #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_infrared-sauna #le_section-four {
    background-color: rgba(0, 0, 0, 0);
}
.aurora_infrared-sauna #le_section-four-area10 {
    background-color: rgb(239, 234, 222);
}
.aurora_infrared-sauna #le_section-four-area11 {
    background-color: rgb(239, 234, 222);
}
.aurora_infrared-sauna #le_section-four-area12 {
    background-color: rgb(239, 234, 222);
}
.aurora_infrared-sauna #le_section-four-area5 {
    background-color: rgb(239, 234, 222);
}
.aurora_infrared-sauna #le_section-one {
}
.aurora_infrared-sauna #le_section-three {
    padding-top: 125px;
}
.aurora_infrared-sauna #le_section-three-area10 {
}
.aurora_infrared-sauna #le_section-three-area11 {
}
.aurora_infrared-sauna #le_section-three-area12 {
}
.aurora_infrared-sauna #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_infrared-sauna #le_section-two-area1 {
}
.aurora_infrared-sauna-cinema #le_section-three {
    margin-bottom: 50px;
}
.aurora_infrared-sauna-cinema #le_section-three-area1 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.aurora_infrared-sauna-cinema #le_section-three-area11 {
    border-style: solid;
    border-color: rgb(240, 235, 215);
    border-width: 1px;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_infrared-sauna-cinema #le_section-three-area12 {
    border-style: solid;
    border-color: rgb(240, 235, 215);
    border-width: 1px;
    border-radius: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
}
.aurora_infrared-sauna-cinema #le_section-two {
    padding-top: 50px;
    padding-bottom: px;
}
.aurora_infrared-sauna-cinema #le_section-two-area5 {
    margin-top: 50px;
}
.aurora_memberships #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_memberships #le_section-five {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-five-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-five-area17 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-five-area18 {
    margin-bottom: 50px;
}
.aurora_memberships #le_section-five-area21 {
    margin-bottom: 50px;
}
.aurora_memberships #le_section-four {
    padding-top: 125px;
}
.aurora_memberships #le_section-four-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-four-area18 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-four-area2 {
    border-width: 0px;
}
.aurora_memberships #le_section-four-area3 {
    border-width: 0px;
}
.aurora_memberships #le_section-four-area4 {
    border-width: 0px;
}
.aurora_memberships #le_section-three-area1 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-three-area18 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
    padding-bottom: 0px;
}
.aurora_memberships #le_section-two-area21 {
    border-width: px;
    border-radius: px;
    margin-top: px;
    margin-right: px;
    margin-bottom: px;
    margin-left: px;
    padding-top: px;
    padding-right: px;
    padding-bottom: px;
    padding-left: px;
    font-size: px;
    line-height: px;
}
.aurora_memberships2 #le_section-two {
    padding-top: 50px;
}
.aurora_mobile-tanning #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_mobile-tanning #le_section-five {
    background-color: rgb(239, 234, 222);
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_mobile-tanning #le_section-three {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 150px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_mobile-tanning #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_mobile-tanning #le_section-two-area2 {
}
.aurora_mobile-tanning #le_section-two-area3 {
}
.aurora_new-clients #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_new-clients #le_section-one {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_new-clients #le_section-two-area1 {
    background-color: rgb(239, 234, 222);
}
.aurora_online-store #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_our-packages #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_our-packages #le_section-three {
    padding-top: 125px;
}
.aurora_our-packages #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
}
.aurora_our-story #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_our-story #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_our-story #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_photos #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_photos #le_section-two-area1 {
    margin-bottom: 50px;
}
.aurora_private-parties #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_private-parties #le_section-five {
}
.aurora_private-parties #le_section-three-area1 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_private-parties #le_section-three-area18 {
    margin-bottom: 50px;
}
.aurora_private-parties #le_section-two {
    padding-top: 50px;
    padding-bottom: px;
}
.aurora_private-parties #le_section-two-area1 {
    margin-right: 50px;
    margin-left: 50px;
}
.aurora_talk-to-us #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_talk-to-us #le_section-two {
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_wellness-pod #le_headerRegion {
    background-color: rgb(239, 234, 222);
}
.aurora_wellness-pod #le_section-five {
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_wellness-pod #le_section-five-area6 {
}
.aurora_wellness-pod #le_section-one {
}
.aurora_wellness-pod #le_section-six-area10 {
    background-color: rgb(239, 234, 222);
}
.aurora_wellness-pod #le_section-six-area11 {
    background-color: rgb(255, 255, 255);
}
.aurora_wellness-pod #le_section-six-area5 {
}
.aurora_wellness-pod #le_section-three {
    border-width: 0px;
    border-radius: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 125px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 0px;
    line-height: 0px;
}
.aurora_wellness-pod #le_section-three-area12 {
    margin-top: 40px;
}
.aurora_wellness-pod #le_section-two {
    background-color: rgb(239, 234, 222);
    padding-top: 50px;
    padding-bottom: 0px;
}
.navicon {
}
.seFormButton {
}
.se_body,.se_bgColor_thumb,.se_bgImg_thumb {
}
.se_button a, a.se_button {
}
.se_button a:hover, a.se_button:hover {
}
.se_cta {
}
.se_cta .le_content a {
}
.se_cta .le_content a:hover {
}
.se_cta .le_content, .se_cta .le_content a {
}
.se_cta:hover {
}
.se_footer {
}
.se_footer a {
}
.se_footer a:hover {
}
.se_footer p, .se_footer h1, .se_footer h2, .se_footer h3, .se_footer h4, .se_footer h5, .se_footer  {
}
.se_header {
}
.se_header a {
}
.se_header a:hover {
}
.se_header p, .se_header h1, .se_header h2, .se_header h3, .se_header h4, .se_header h5, .se_header  {
}
.se_mainContent {
}
.se_menu {
}
.se_menu .le_menu_level_1_container, .se_menu ul.le_menu_level_2 {
}
.se_menu li.le_menuitem_level_0 a,.navicon {
}
.se_menu li.le_menuitem_level_0 a:hover {
}
.se_menu li.le_menuitem_level_1 a {
}
.se_menu li.le_menuitem_level_1 a:hover {
}
.se_siteBranding a {
}
.se_siteBranding:hover, .se_siteBranding a:hover {
}
.se_social a {
}
.se_social a:hover {
}
.se_tagline {
}
.se_wrapperContent a, .se_WrapperContent a, .se_mainContent a {
}
.se_wrapperContent a:hover, .se_WrapperContent a:hover,.se_mainContent a:hover {
}
.se_wrapperContent, .se_WrapperContent, .se_mainContent .le_content, .se_mainContent p, .se_mainCont {
}
a {
}
a:hover {
}
blockquote {
}
h1, h1 a, .title1, .title1 a {
}
h2, h2 a, .title2, .title2 a {
}
h3, h3 a, .title3, .title3 a {
}
h4, h4 a, .title4, .title4 a {
}
h5, h5 a, .title5, .title5 a {
}
h6, h6 a, .title6, .title6 a {
}
hr {
}
p, ul, ol, dl {
}

/*-------------- Account Preset [Desktop] End----------------- */
/*-------------- Account Preset [Tablet]----------------- */
@media screen and (max-width: 991.98px) {
    .aurora_airbrush-tanning #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_airbrush-tanning #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_airbrush-tanning #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_airbrush-tanning #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_careers #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_caring-for-your-tan #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_caring-for-your-tan #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_caring-for-your-tan #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_caring-for-your-tan #le_section-three-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_general-information #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-four-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-four-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-four-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-four-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-three-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-three-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-three-area12 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_infrared-sauna #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-four {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_section-two-area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_mobile-tanning #le_section-two-area3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_new-clients #le_section-two-area1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-packages #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-packages #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-packages #le_section-two {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_our-story #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_private-parties #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_talk-to-us #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_headerRegion {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-five {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-five-area6 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-one {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-six-area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-six-area11 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-six-area5 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-three {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_wellness-pod #le_section-two {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_airbrush-tanning #le_headerRegion {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_airbrush-tanning #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_airbrush-tanning #le_section-three {
    padding-top: 0px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_airbrush-tanning #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_careers #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_caring-for-your-tan #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_caring-for-your-tan #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_caring-for-your-tan #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_caring-for-your-tan #le_section-three-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_general-information #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_section-three {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-four {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-four-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-four-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-four-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-four-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-three-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-three-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-three-area12 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_infrared-sauna #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-four {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_memberships #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_section-two-area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_mobile-tanning #le_section-two-area3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_new-clients #le_section-two-area1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-packages #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-packages #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-packages #le_section-two {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_our-story #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_private-parties #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_talk-to-us #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_headerRegion {
    background-color: rgb(239, 234, 222);
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-five {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-five-area6 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-one {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-six-area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-six-area11 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-six-area5 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-three {
    padding-top: 75px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_wellness-pod #le_section-two {
    }
}

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