@import url('https://fonts.googleapis.com/css?family=Cormorant+Infant:300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Didact Gothic:100,100i,300,300i,400,400i,700,700i,900,900i');
body {
    background-color: #ffffff;
    color: #000000;
    font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
    font-size: 18px;
    line-height:23px;
    margin: 0 auto;
    line-height: 1.5;
}


/*-------------------------FONT STYLING START----------------------*/
a {
   color:#d16cd8;
   text-decoration: none;
   
   
}
a:hover {
   color: #d7b780;
   
}
a img {
	border: 0;
}

p {
	color: #000000;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300 !important;
    font-size: 18px;
    line-height: 1.5;
    margin: 0;
	margin-top: 0;
	
}
.cursive h1, .cursive h2, .cursive h3, .cursive h4, .cursive h5, .cursive h6, .cursive p {
    font-family: 'Parisienne', cursive !important;
}
h1, h1 a, .title1, .title1 a {
	color: #2e2e2e;
    font-family: "Didact Gothic", Helvetica, serif;
	font-weight: 300;
	font-size: 40px;
	line-height: 45px;
	margin: 0;
}
h2, h2 a, .title2, .title2 a {
	color: #2e2e2e;
	font-family: "Didact Gothic", Helvetica, serif;
	font-weight: 300;
	font-size: 30px;
	line-height: 34px;
	margin: 0;
}
h3, h3 a, .title3, .title3 a {
	color: #d16cd8;
	font-family: "Cormorant Infant", serif;
	font-weight: 400;
	font-size: 29px;
	line-height: 35px;
	font-style: italic;
	margin: 0;
}
h4, h4 a, .title4, .title4 a {
	color: #2e2e2e;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 25px;
	line-height: 29px;
	margin: 0;
}
h5, h5 a, .title5, .title5 a {
	color: #d16cd8;
	font-family: "Cormorant Infant", serif;
	font-weight: 500;
	font-size: 25px;
	line-height: 29px;
	font-style: italic;
	margin: 0;
}
h6, h6 a, .title6, .title6 a {
	color: #2e2e2e;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	line-height: 19px;
	margin: 0;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
	text-decoration: none;
}
blockquote {
    border:0px !important;
    padding:0px !important;
}

.whiteText, .whiteText p, .whiteText h1, .whiteText h2, .whiteText h3, .whiteText h4, .whiteText h5, .whiteText h6, .whiteText a
.whiteText .title1, .whiteText.title2, .whiteText .title3, .whiteText .title4, .whiteText .title5, .whiteText .title6{
	color: #ffffff;
	text-shadow: 1px 1px 8px #2e2e2e;
}
img {
    max-width: 100%;
    height: auto;
}
.no-gutters {
    padding: 0 !important;
    margin: 0 !important;
}
/*-------------------------FONT STYLING END------------------------*/


/*-------------------------LE FORM STYLE START---------------------*/

.le_form {
    color: #000000;
    font-family: "Didact Gothic", Helvetica, sans-serif;
    font-size: 21px;
    margin: 0;
    line-height: 25px;
}
.le_form_name {
    color: #000000;
	font-family: "Didact Gothic", Helvetica, sans-serif;
    font-size: 25px;
	font-weight: 700;
	margin: 0 0 10px 0;
}

.form-control {
	height: inherit !important;
	border-radius: 0 !important;
}
.form-group {
	margin-bottom: 10px !important;
}
.form-header p {
    color: #000000;
    font-size: 21px;
}

.wrapper input[type="submit"] {
	margin: 0;
	padding: 9px 18px;
	color: #ffffff;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #d16cd8;
	border: 0px;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.wrapper input[type="submit"]:hover {
	background-color: #f2d69c;
	color: #000;
	cursor: pointer;
}
.wrapper input[type="text"], .wrapper input[type="password"], .wrapper textarea, #search_form_value {
	margin: 0;
	padding: 5px;
	color: #000000;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 23px;
	background-color: #ffffff;
	border: 1px solid #2e2e2e;
	
}
.form-control {
    height: inherit !important;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-group {
    margin-bottom: 10px !important;
}


/*-------------------------LE FORM STYLE END-----------------------*/

/*--------------------------Button Styling Start---------------------*/
.button1 a, a.button1 {
	margin: 0 10px;
	display: inline-block;
	padding: 9px 18px;
	color: #fff;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #d16cd8;
	border: 0px;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
	text-shadow: none !important;
}
.button1 a:hover, a:hover.button1 {
	background-color: #f2d69c;
	color: #000;
	cursor: pointer;
}
.section1 .button1 a, .section1 a.button1 {
    padding: 7px 25px 10px 25px !important;
    font-size: 20px !important;
    line-height: 30px !important;
}
.button2 a, a.button2 {
	margin: 0;
	padding: 7px 16px;
	color: #ffffff;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 21px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: transparent;
	border: 1px solid #ffffff;
	border-radius: 20%;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.button2 a:hover, a:hover.button2 {
	/*border-color: #65aa4c;*/
	background-color: #ffffff;
	color: #f2d69c;
	cursor: pointer;
}
.largeButton a, a.largeButton {
	margin: 0;
	padding: 19px 28px;
	color: #ffffff;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 31px;
	line-height: 40px;
	text-transform: uppercase;
	background-color: #d16cd8;
	border: 0px;
	border-radius: 20%;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.largeButton a:hover, a:hover.largeButton {
	background-color: #f2d69c;
	color: #000;
	cursor: pointer;
}
.fullwidthButton a, a.fullwidthButton {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 9px 5px;
	color: #ffffff;
	font-family: "Didact Gothic", Helvetica, serif;
	text-align: center;
	font-size: 19px;
	font-weight: 300;
	line-height: 20px;
	background-color: #2e2e2e;
	border: 0px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
}
.fullwidthButton a:hover, a:hover.fullwidthButton {
	background-color: #f2d69c;
	text-decoration: none;
}

/*------------------------------------------Button Styling END---------------------------------*/

.expand {
    margin-bottom: 15px;
}
.expand dt {
    position: relative; 
    margin-bottom: 5px;
	font-weight: 600;
    color: #000000;
    font-size: 16px;
}
.expand dt:before {
    content: "+";
    margin-right: 10px;
    color: #000000;
    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 dt.active {
    color: #2e2e2e;
	text-decoration: none;
}
.expand dt.active:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=4/90);
    color: #2e2e2e;
}
.expand dt:hover{
    cursor: pointer;
    color: #2e2e2e;
}
/*-----------------------------------------Expand END--------------------------------*/
/*----------------------------Feature START---------------------------------*/



.bx-wrapper .bx-controls-direction a.bx-prev,
.bx-wrapper .bx-controls-direction a.bx-next {
    width: 40px;
    height: 70px;
    background-repeat: no-repeat;
    background-position:top center;
    z-index: 700;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
/*    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asccorp/slider-back2.png);*/
}
.bx-wrapper .bx-controls-direction a.bx-next {
/*    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/asccorp/slider-next2.png);*/
}
.bx-viewport .htmlSlide{
    padding-bottom: 0px !important;
}
.bx-wrapper .bx-controls-direction a{
    top: 30% !important;
    transform: scale(0.5, .5);
}
/*----------------------------Feature END------------------------------------*/

/*------------------------------CTA Start-------------------------------*/
.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 10px;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid .figure {
	position: relative;
	/*float: left;*/
	overflow: hidden;
	margin: 10px 20% 10px 20%;
	/*min-width: 320px;*/
	/*max-width: 480px;*/
	/*max-height: 360px;*/
	/*width: 48%;*/
	background: #000;
	text-align: center;
	cursor: pointer;
}

.grid .figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid .figure .figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid .figure .figcaption::before,
.grid .figure .figcaption::after {
	pointer-events: none;
}

.grid .figure .figcaption,
.grid .figure .figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid .figure .figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid .figure h2 {
	word-spacing: -0.15em;
	font-weight: 100;
	color: rgb(250,250,250);
}

.grid .figure h2 span {
	font-weight: 100;
}

.grid .figure h2,
.grid .figure p {
	margin: 0;
}

.grid .figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
	color: rgb(200,200,200);
}


/*---------------*/
/***** Bubba *****/
/*---------------*/

.figure.effect-bubba {
	background: #FFFFFF;
}

.figure.effect-bubba img {
	opacity: 0.99;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.figure.effect-bubba:hover img {
	opacity: 0.7;
}

.figure.effect-bubba .figcaption::before,
.figure.effect-bubba .figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

.figure.effect-bubba .figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

.figure.effect-bubba .figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

.figure.effect-bubba h2 {
	padding-top: 40%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
	font-family: "Didact Gothic", Helvetica, serif !important;
	font-weight: 300 !important;
	text-shadow: 1px 1px 8px #2e2e2e !important;
}

.figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

.figure.effect-bubba:hover .figcaption::before,
.figure.effect-bubba:hover .figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.figure.effect-bubba:hover h2,
.figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
/*--------------*/
/*--Bubba END---*/
/*--------------*/



/*------------------------------CTA End----------------------------------*/


/*----------------------------Blog Preview START--------------------------*/
/*

/*---------------------------Blog Preview END---------------------------*/
/*-------------------Blog Start-------------------*/

/*-----------------Blog END--------------------*/


/*-------------------------SITE CLASSES START----------------------*/

hr {
    border: 0;
    background: #000000;
    height: 1px;
    margin: 5px 0%;
}
.whiteLine hr {
    background: #fff;
    border: 0;
    height: 1px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

blockquote {
	border:0px !important;
	margin:0px !important;
	padding:0px !important;
	width:100% !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	border-radius: 0px !important;
}
.relative {
    position: relative;
}
.responsive img, img.responsive {
    width: 100% !important;
    height: auto;
}
.responsive iframe, .responsive object, .responsive embed {
    width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}

#lightbox-container-image-box{
    max-width: 100% !important;
    height: auto !important;
}
#lightbox-container-image-box img{
    max-width: 90% !important;
}
.CustomColor1, .CustomColor1 p, .CustomColor1 h6, .CustomColor1 h5, .CustomColor1 h4, .CustomColor1 h3, .CustomColor1 h2, .CustomColor1 h1,  .CustomColor1 li {
	color: #d16cd8;
}
.CustomColor2, .CustomColor2 p, .CustomColor2 h6, .CustomColor2 h5, .CustomColor2 h4, .CustomColor2 h3, .CustomColor2 h2, .CustomColor2 h1,  .CustomColor2 li {
	color: #2e2e2e;
}
.CustomColor3, .CustomColor3 p, .CustomColor3 h6, .CustomColor3 h5, .CustomColor3 h4, .CustomColor3 h3, .CustomColor3 h2, .CustomColor3 h1,  .CustomColor3 li {
	color: #5a5a5a;
}
.staff {
    margin-bottom: 30px;
}
.staff h2{
    font-size: 22px;
    line-height: 1;
}
.staff h3 {
    font-size: 20px;
    line-height: 1;
}
.staff img {
    margin-bottom: 15px;
}
.effectGrayscale {
     -webkit-filter: grayscale(0%);
      -webkit-transition: .35s ease-in-out;
      -moz-filter: grayscale(0%);
      -moz-transition: .35s ease-in-out;
      -o-filter: grayscale(0%);
      -o-transition: .35s ease-in-out;
      filter: grayscale(0%);
      -webkit-transform: translateZ(0px);
}

.effectGrayscale:hover {
     -webkit-filter: grayscale(80%);
      -webkit-transition: .35s ease-in-out;
      -moz-filter: grayscale(80%);
      -moz-transition: .35s ease-in-out;
      -o-filter: grayscale(80%);
      -o-transition: .35s ease-in-out;
      filter: grayscale(80%);
      -webkit-transform: translateZ(0px);
}
.price_options p {
    font-size: 10px;
}
.price_options a {
    font-size: 10px;
}
.price_options a {
    color: #000 ;
}
.price_options a:hover {
    color: #d16cd8;
    text-decoration: none !important;
}
.recaptcha_table {
    background: #fff;
}
.pricebox {
    border: 1px solid #f2d69c;
    background-color: #fff;
    text-align: center;
    padding: 20px 20px 30px 20px;
    margin-bottom: 25px;
}
.pricebox h3 {
    font-size: 24px;
    color: #000;
    font-family: "Didact Gothic", Helvetica, serif;
    font-style: normal;
}
.pricebox h6 {
    font-size: 20px;
    line-height: 30px;
}
.pricebox .button1 a, .pricebox a.button1 {
    background-color: #d16cd8 !important;
    color: #fff !important;
    margin-top: 10px !important;
}
.pricebox .button1 a:hover, .pricebox a:hover.button1 {
    color: #000 !important;
    background-color: #f2d69c !important;
}
.pricebox2 {
    border: 1px solid #f2d69c;
    text-align: center;
    padding: 20px 20px 30px 20px;
    margin-bottom: 25px;
}
.pricebox2 h3 {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 5px;
    color: #000;
}
.pricebox2 h6 {
    font-size: 30px;
    line-height: 40px;
}
.pricebox2 .button1 a, .pricebox2 a.button1 {
    background-color: #d16cd8 !important;
    color: #fff !important;
    margin-top: 10px !important;
}
.pricebox2 .button1 a:hover, .pricebox2 a:hover.button1 {
    color: #000 !important;
    background-color: #f2d69c !important;
}
.smalltext p {
    font-size: 14px;
    line-height: 20px;
}
#le_mb_list_schedule .master_date {
    background-color: #e8e9ea !important;
    color: #000;
    padding: 0 !important;
    height: 45px !important;
    font-size: 20px !important;
    font-weight: 300 !important;
}
.mb_mobilebar_schedulebar_button {
    text-align: right !important;
    width: 100% !important;
}
.mb_mobile_classname a, .trainer_name a {
    color: #000 !important;
}
.mb_mobile_classname a:hover, .trainer_name a:hover {
    color: #d16cd8 !important;
}
.row_class a {
    color: #000;
}
.row_class a:hover {
    color: #d16cd8;
}

/*--------------------------------------Mindbody Styling START---------------------------*/
.le_metro_silver_button {
    margin: 0;
    padding: 7px 16px !important;
    color: #fff !important;
    font-family: "Didact Gothic", Helvetica, sans-serif !important;
    font-size: 14px !important;
    line-height: 16px;
    text-transform: uppercase;
    background: #d16cd8 !important;
    border: 0px solid #d16cd8 !important;
    text-shadow: none !important;
    border-radius: 15px !important;
    font-weight: 300 !important;
}
.le_metro_silver_button:hover {
	background: #f2d69c !important;
	color: #000;
	/*border-color: #d7b780;*/
	
}
.row_staff{
    font-weight: 400 !important;
}
.row_date{
    
}
.row_class{
    font-weight: 400 !important;
}
.title_date  {
    font-size: 28px !important;
    text-transform: uppercase !important;
    font-family: "Cormorant Infant", serif !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
    font-style: italic !important;
}
.title_staff {
    font-size: 28px !important;
    text-transform: uppercase !important;
    padding-left: 9% !important;
    font-family: "Cormorant Infant", serif !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
    font-style: italic !important;
}
.title_class  {
    font-size: 28px !important;
    text-transform: uppercase !important;
    padding-left: 7.5% !important;
    font-family: "Cormorant Infant", serif !important;
    font-weight: normal !important;
    text-transform: lowercase !important;
    font-style: italic !important;
}
.master_date {
    border-bottom: none !important;
    
}
.class_list {
    font-size: 16px !important;
    padding: 10px 5px 10px !important;
}
.mb_staff_image {
    padding-left: 20px !important;
}
.mb_login_new_label label {
    font-weight: 300 !important;
    font-family: "Didact Gothic", Helvetica, sans-serif !important;
}
.mb_login_existing_label label {
    font-weight: 300 !important;
    font-family: "Didact Gothic", Helvetica, sans-serif !important;
}

/*-----------------------------------Mindbody Styling END-------------------------------*/

/*-------------------------SITE CLASSES END------------------------*/
.le_mb_wrapper {
    margin-top: 50px;
    margin-bottom: 50px;
}
.wrapperWide {
    background-color: none;
    width: 100%;
}
.wrapper {
	background-color: none;
}

/*-------------------------HEADER START----------------------------*/
.headerWide {
	width: 100%;
    background: #ffffff; 
	z-index: 100;
	position: relative;
	border-bottom: 2px solid #f2d69c;
	height: auto;
}
.header {
    padding: 0px;
    text-align: right;
    position: relative;
}
.header a{
    color: #414042;
    font-size: 14px;
}
.header a:hover {
    text-decoration: none;
    color: #E280E9;
}
.header1{
    padding-top: 10px;
}
.header1 p{
    text-align: center !important;
}
.header-banner {
    width: 100%;
    height: auto;
    background-color: #E280E9;
}
.buttonh a, a.buttonh {
	margin: 0 10px;
	display: inline-block;
	padding: 9px 18px;
	color: #fff;
	font-family: "Didact Gothic", Helvetica, sans-serif;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	background-color: #d16cd8;
	border: 0px;
	border-radius: 15px;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	transition: all .4s ease;
}
.buttonh a:hover, a:hover.buttonh {
	background-color: #f2d69c;
	cursor: pointer;
	color: #000;
}
.logo{
	text-align: center;
	padding: 25px 0px 5px 0px;
	
}
.logo img {
    max-width: 100%;
    height: auto;
}
.cookieclose {
    right: 0;
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    margin-top: -5px;
}
.cookies p, .cookies p a {
    color: #ffffff;
}
.cookies p a:hover {
    text-decoration: none !important;
}

/*-------------------------HEADER END------------------------------*/

/*-------------------------MAIN MENU START-------------------------*/
.navigationWide{
	padding-bottom: 10px;
}
.navigation {
    text-align: right;
}
.navicon {
    background-color: #ffffff;
    border-top: 0px;
    color: #000000;
    display: block;
    height: 35px;
    width: 100%;
    padding:10px 0px;
    position: relative;
    text-align: center;

    
}
.navicon:after {
    color: #000000;
    content: '\2630  MENU';
    font-family:  "Didact Gothic", Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 100;
    padding:10px 0px;
    position: absolute;
    right:0;
    left: 0;
    margin: auto;
    top: 0px;
}
.navicon:hover:after {
    color: #000000;
}
.navicon:hover {
    cursor: pointer;
}
.menu {
    background-color: #ffffff;
    color: #000000;
    border-top: 0px;
    text-align: center;
    display: none;
    width: 100%;
    
}
.menu ul.le_menu_level_0 {
    margin: 0;
	padding: 0 0 10px 0;
}
.menu li {
	list-style-type: none;
	text-decoration: none;
}
.menu .le_menu_level_container {
	position: relative;
	
}
.menu li.le_menuitem_level_0 a {
    color: #000000;
	display: block;
    font-family: "Didact Gothic", Helvetica, sans-serif;
    font-size: 15px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 10px 0;
    text-align: center;
	text-decoration: none;
	margin: auto;
	
}
.menu li.le_menuitem_level_0 a:hover {
    text-decoration: none;
	color: #E280E9;
	
}

/*--------1ST LEVEL SUBMENU-------*/

.menu ul.le_menu_level_1 {
    margin: 0;
	padding: 0;
	display: none;
}
.menu li.le_menuitem_level_1 a {
    display: block;
	padding: 10px 10px;
	color: #000000;
	background-color: #ffffff;
    font-family: "Didact Gothic", Helvetica, sans-serif;
    font-size: 14px;
	text-decoration: none;
	margin-right: 0px;
}
.menu li.le_menuitem_level_1 a:hover {
	color: #f2d69c;
	
}
.menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
   
/*--------2ND LEVEL SUBMENU-------*/

.menu ul.le_menu_level_2 {
	margin: 0;
	padding: 0;
	display: none;
}
.menu li.le_menuitem_level_2 a {
    padding: 10px 25px 10px 00px;
    background-color: #ffffff;
    color: #000000;
}
.menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
	display: block;
}
.dropdown ul {
    display: none;
}
.HideMenu a {
    display: none !important;
}

/*-------------------------MAIN MENU END---------------------------*/



/*-------------------------MAIN START------------------------------*/

.contentWide{
	margin-top: 0px;
	top: -10px !important;
	min-height: 300px;
}
.content {
    padding-top:0px;
    padding-bottom: 0px;
}
.main{
    padding: 10px 0px;
}
.section1{
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/personal-pilates-custom-template/img-hero.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    padding-top: 21px;
    padding-bottom: 21px;
    overflow: hidden;
}
.section1 h1{
    font-size: 30px;
}
.section1 h3{
    font-size: 23px;
}
.section2{
    
}
/*-------------------------MAIN END--------------------------------*/


/*-------------------------FOOTER START----------------------------*/
.footerWide {
	background-color: #5a5a5a;
	text-align: center;
	margin-top: 0px;
}


.footer{
    padding: 15px 6% 40px 6%;
    color: #ffffff;
}
.footerWide p{
    color: #FFFFFF;
    font-weight: 100;
}
.se_social a {
    font-size: 24px !important;
}
.se_social {
    padding-bottom: 10px;
}
.footerWide a{
    color: #ffffff !important;
	font-weight: 300 !important;
	text-decoration: none !important;
	/*font-size: 18px !important;*/
}
.footerWide a:hover{
    color: rgba(255,255,255,.8) !important;
}
.footer .menu_element ul {
    margin: 0;
    padding: 0px 0 0 0;
    list-style: none; 
}
.footer .menu_element li{
    display: inline-block;
    border-top: 0px;
    padding: 5px;
}
.footer .menu_element a {
    font-size: 18px;
	color: #ffffff;
	padding: 0px 10px;
}
.footer .menu_element a:hover{
	color: #ffffff;
}
.social a{
    color:#ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    margin: 0px 10px;
}
.social a:hover{
    color:#ffffff;
}


/*-------------------------FOOTER END------------------------------*/


/*-------------------------MEDIA QUERIES START---------------------*/

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

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .container {
        position: relative;
        margin: auto;
        width: 748px;
    }
    
    .headerWide{
        height: 182px;
    }
	.header{
	    padding: 0px 0px 0px 0px;
	}
	
	.header1{
	    text-align: center;
	}
	.price_options p {
        font-size: 12px ;
    }
    .price_options a {
        font-size: 12px;
    }
    
    /*==============================FULL SIZE MENU=====================*/
	navigationWide{
	    padding-bottom: 0px;    
	}
	
	.navigation {
        text-align: ;
        margin: 0px 0 0px 0px;
        padding-right: 0px;
        text-align: center;
    }

    .navicon {
        display: none;
    }

    .menu {
        display: block;
        background-color: transparent;
        text-align: center;
    }
    .menu ul {
        margin: 0;
        padding: 0;
    }
    .menu ul.le_menu_level_0 {
        margin: 0 0px 0 0;
        padding: 0 0 30px 0;
        text-align: center;
    }
    .menu li {
    	list-style: none;
    }
    .menu li.le_menuitem_level_0 {
    	display: inline-block;
        margin-left: 0px;
        
    }
    .menu li.le_menuitem_level_0 a {
        color: #000000;
        display: block;
        font-family: "Didact Gothic", Helvetica, sans-serif;
        font-size: 14px;
        font-weight: 300;
        padding: 10px 5px 31px 5px !important;
		margin: 0px 15px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
	}
    .menu li.le_menuitem_level_0 a:hover {
        color: #E280E9;
        text-decoration:none;
    }
    .menu ul.le_menu_level_1 {
        display: none;
        margin: 0px 0 0 0;
        min-width: 200px;
        padding-top: 0;
        background-color: #ffffff;
		border-top: 2px solid #f2d69c;
		border-bottom: 2px solid #f2d69c;
        position: absolute;
        text-align: center;
        z-index: 210;
        
    }
    .menu li.le_menuitem_level_0:hover ul.le_menu_level_1 {
    	display: block;
    }
    
    .menu li.le_menuitem_level_1 a {
        color: #000000;
        display: block;
        font-family: "Didact Gothic", Helvetica, sans-serif;
        font-size: 14px;
        background-color: #ffffff;
        border: 0px;
		margin: 0px 0px;
        padding: 15px 15px !important;
        text-align: center;
	}

    .menu li.le_menuitem_level_1 a:hover{
        background-color: #ffffff;
		color: #f2d69c;
    }
    .menu .le_menu_level_2_container {
    	float: right;
    	margin-top: -49px;
    	padding: 0;
    }
    .menu ul.le_menu_level_2 {
    	position: absolute;
    	z-index: 1002;
    	display: none;
    	margin: 0;
        padding: 0 0px 0 1px;
        text-align: left;
		min-width: 220px;
    }

    .menu li.le_menuitem_level_1:hover ul.le_menu_level_2 {
    	display: block;
    }
    .anotherLevel li.le_menuitem_level_2 a{
	    background-image: none;
        background-repeat: no-repeat;
        background-position: center right;
	}
	/*===================================FULL SIZE MENU END==============================*/
	.section1{
         background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/personal-pilates-custom-template/img-hero.jpg);
        background-repeat: no-repeat;);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        padding-top: 210px;
        padding-bottom: 210px;
    }   
    .section1 h1{
        font-size: 60px;
    }
    .section1 h3{
        font-size: 30px;
    }
    .grid .figure {
    	position: relative;
    	/*float: left;*/
    	overflow: hidden;
    	margin: 0px 25% 0px 25%;
    	/*min-width: 320px;*/
    	/*max-width: 480px;*/
    	/*max-height: 360px;*/
    	/*width: 48%;*/
    	background: #000;
    	text-align: center;
    	cursor: pointer;
    }
    figure.effect-bubba {
    	background-color: #ffffff;
    }
    figure.effect-bubba p {
    
        margin-top: 10px;
    }
    figure.effect-bubba h2 {
    
        font-size: 20px;
    }
    figure.effect-bubba h3 {
    
        font-size: 18px;
        line-height: 23px;
        max-width: 93%;
        margin: auto;
    }
    .backformobile{
        display: none;
    }
    .pricetext h3 {
        font-size: 36px;
        line-height: 45px;
    }
    .pricetext p {
        font-size: 22px;
        line-height: 30px;
    }
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .container{
        margin: auto;
        width: 972px;
    }
	.headerWide{
		position:fixed;
		height: 90px;
		top: 0px;
	}
	.header1{
	    margin-top: 0;
        padding-top: 25px;
	}
	.header1 .buttonh a, .header1 a.buttonh {
        margin: 0 25px !important;
    }
	.header a {
        font-size: 18px !important;
        font-weight: 300 !important;
        font-family: 'Didact Gothic', sans-serif !important;
    }
    .logo {
        padding: 10px 0px 0px 0px;
		text-align: center;
		width: 131%;
		margin: 0 auto !important;
		width: 70px;
    }
	.logo img{
	    /*width: 50px !important;*/
        height: auto !important;
		margin-bottom: -15px;
	}
    .navigation {
        text-align: ;
        margin: 0px 0 15px 0px;
        padding-right: 20px;
    }
    .menu {
        padding-top: 20px;
    }
    .menu li.le_menuitem_level_0 a {
        color: #414042;
        display: block;
        font-family: "Didact Gothic", Helvetica, sans-serif;
        font-size: 18px;
        font-weight: 300;
        padding: 10px 5px 0 5px;
		margin: 0px 8px;
        text-decoration:none;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
	}
	.contentWide{
		position: relative;
		top: 80px;
	}
    .footerWide {
    	background-color: #5a5a5a;
    	text-align: center;
    	margin-top: 70px;
    	position: relative;
    }
    .grid .figure{
        margin: 10px -11px 10px -11px;
        float: left;
    }
    /*.grid .figure:nth-of-type(2){*/
    /*    padding-right: -10px;*/
    /*    padding-left: -10px;*/
    /*}*/
    
    figure.effect-bubba p {
    
        margin-top: 25%;
    }
    figure.effect-bubba h3 {
    
        font-size: 18px;
        line-height: 23px;
    }
    figure.effect-bubba h2 {
    
        font-size: 32px;
    }
    .pageTitle{
        position: relative;
        background-color: transparent;
    }
   
    .pageTitle img{
        width: 100%;
        
    }
    .price_options p {
        font-size: 16px;
    }
    .price_options a {
        font-size: 16px;
    }
    .section1 {
        padding-top: 75px !important;
        padding-bottom: 75px !important;
    }
    .section1 h1 {
        font-size: 100px !important;
        line-height: 110px !important;
    }
    .testimonialbox {
        padding: 0 10%;
    }
    .testimonialbox h3 {
        font-size: 36px;
        line-height: 45px;
        margin-bottom: 20px;
    }
    .figure.effect-bubba h2 {
        font-size: 36px !important;
        line-height: 45px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .container {
        margin: auto;
        width: 1170px;
    }
    .menu li.le_menuitem_level_0 a {
		margin: 0px 9px;
	}
    .grid .figure{
        margin: 10px 1%;
        float: none;
    }
	
    figure.effect-bubba h3 {
        font-size: 22px;
        line-height: 30px;
    }
    .price_options p {
        font-size: 18px ;
    }
    .price_options a {
        font-size: 18px ;
    }
}

/*-------------------------MEDIA QUERIES END-----------------------*/


/*-------------------------RESETS START----------------------------*/
.bx-viewport .htmlSlide {
    padding-bottom: 0px !important;
}
.anythingSlider-default {
    margin-bottom: 0px !important;
	padding: 0 !important;
}

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;
}
.wrapper img {
	vertical-align: middle;
}
.wrapper table {
	border-spacing: 0 !important;
}

/*-------------------------RESETS END------------------------------*/

/*-------------------------CLEAR START-----------------------------*/

/* 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-------------------------------*/
.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;
}
.no_classes {
    display: none !important;
}
/*-------------- Account Preset ----------------- */
/*-------------- Account Preset [Desktop]----------------- */
.aurora_about-pilates #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-aboutpilates.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_about-pilates #le_region2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_contact #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-contact.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.aurora_get-started #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-getstarted.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center left;
    padding-top: 300px;
    padding-right: px;
    padding-bottom: 300px;
}
.aurora_get-started #le_region2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_group-classes #le_region1 {
}
.aurora_home #le_area2 {
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: 0px;
}
.aurora_home #le_area8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-aboutpilates.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
    padding-bottom: 250px;
}
.aurora_home #le_region2 {
    background-color: rgb(255, 255, 247);
}
.aurora_home #le_region3 {
    background-image: linear-gradient(rgba(226, 128, 233, 0.8), rgba(226, 128, 233, 0.8)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-ballsbkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 120px;
    padding-bottom: 190px;
}
.aurora_home-old #le_area2 {
    margin-top: 75px;
    margin-bottom: 75px;
    margin-left: px;
}
.aurora_home-old #le_area8 {
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home-old #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/image.png);
    background-repeat: no-repeat;
    background-size: auto;
    background-position: top center;
    padding-top: px;
    padding-bottom: px;
}
.aurora_home-old #le_region2 {
    background-color: rgb(255, 255, 247);
}
.aurora_home-old #le_region3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-ballsbkg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: bottom center;
    padding-top: 120px;
    padding-bottom: 190px;
}
.aurora_livestream-classes #le_area10 {
}
.aurora_online-classes #le_region1 {
}
.aurora_online-classes #le_region2 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
}
.aurora_physical-therapists #le_region1 {
    margin-top: 50px;
}
.aurora_rates #le_area10 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_rates #le_area17 H {
    font-family: 'Cookie';
    font-weight: bold;
    font-style: normal;
    text-align: center;
}
.aurora_rates #le_region1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/pilates-machine-feet.jpg);
    background-size: cover;
    background-position: bottom center;
    padding-top: 290px;
    padding-bottom: 290px;
}
.aurora_rates #le_region2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_rates #le_region3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-ballsbkg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_rates #le_region4 {
    background-color: rgb(243, 243, 243);
    padding-top: 75px;
    padding-bottom: 75px;
}
.aurora_rates-old #le_area10 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.aurora_rates-old #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-rates.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 290px;
    padding-bottom: 290px;
}
.aurora_rates-old #le_region2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_rates-old #le_region3 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-ballsbkg.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 125px;
    padding-bottom: 125px;
}
.aurora_reiki #le_region1 {
    background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/man-reiki.jpg);
    background-size: cover;
    background-position: top center;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_reiki #le_region2 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.aurora_special-interest-classesworkshops #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/img-ballsbkg.jpg);
    background-size: cover;
    background-position: center center;
    margin-bottom: 50px;
    padding-top: 300px;
    padding-bottom: 300px;
}
.aurora_special-interest-classesworkshops #le_region2 {
    margin-bottom: 50px;
}
.aurora_staff #le_area25 {
}
.aurora_staff #le_region1 {
    margin-top: 50px;
}
.aurora_test #le_region1 {
    background-image: url(https://3989ac5bcbe1edfc864a-0a7f10f87519dba22d2dbc6233a731e5.ssl.cf2.rackcdn.com/personalpilatesburbank/LargerStretchx2.jpg);
    background-size: cover;
    background-position: center center;
    padding-top: 500px;
}
.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_group-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_area2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_home #le_region3 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_livestream-classes #le_area10 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-classes #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_online-classes #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_physical-therapists #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_area17 H {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_rates #le_region4 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reiki #le_region1 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_reiki #le_region2 {
    }
}
@media screen and (max-width: 991.98px) {
    .aurora_staff #le_area25 {
    }
}

/*-------------- Account Preset [Tablet] End----------------- */
/*-------------- Account Preset [Mobile]----------------- */
@media screen and (max-width: 767.98px) {
    .aurora_group-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_area2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region1 {
    padding-top: 250px;
    padding-bottom: 250px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_home #le_region3 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_livestream-classes #le_area10 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-classes #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_online-classes #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_physical-therapists #le_region1 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_area17 H {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_region1 {
    background-size: cover;
    background-position: bottom center;
    padding-top: 200px;
    padding-bottom: 200px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_rates #le_region4 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reiki #le_region1 {
    padding-top: 100px;
    padding-bottom: 100px;
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_reiki #le_region2 {
    }
}
@media screen and (max-width: 767.98px) {
    .aurora_staff #le_area25 {
    }
}

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